Skip to content

Instantly share code, notes, and snippets.

View megadotnet's full-sized avatar
🏠
Working from home

megadotnet

🏠
Working from home
View GitHub Profile
@megadotnet
megadotnet / gist:6f2279ffffa134b3d7e735ffa93ac8a3
Created January 23, 2019 15:03
JCache with HazelcastServer
package cn.vpclub.modules.sys.redis;
import com.hazelcast.cache.impl.HazelcastServerCachingProvider;
import com.hazelcast.config.Config;
import com.hazelcast.core.Hazelcast;
import com.hazelcast.core.HazelcastInstance;
import javax.cache.Cache;
import javax.cache.CacheManager;
import javax.cache.Caching;
@megadotnet
megadotnet / settings.xml
Created June 20, 2017 02:17
Maven的配置文件settings -aliyun.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at