作者 钟来

集成权限模块

... ... @@ -36,7 +36,7 @@
</dependency>
<dependency>
<groupId>com.zhonglai.luhui</groupId>
<artifactId>lh-domain</artifactId>
<artifactId>lh-admin-security</artifactId>
</dependency>
<!-- Mysql驱动包 -->
<dependency>
... ...
... ... @@ -10,7 +10,7 @@ import org.springframework.context.annotation.ComponentScan;
@ComponentScan(basePackages = {
"com.zhonglai.luhui.springboot",
"com.zhonglai.luhui.dao",
"com.zhonglai.luhui.generator",
"com.zhonglai.luhui.springboot",
"com.zhonglai.luhui.admin",
})
@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class })
... ...
# jedis.properties
jedis.pool.maxTotal=100
jedis.pool.maxIdle=50
jedis.pool.minIdle=10
jedis.pool.testOnBorrow=true
jedis.pool.testOnReturn=true
jedis.pool.testWhileIdle=true
jedis.pool.minEvictableIdleTimeMillis=60000
jedis.pool.timeBetweenEvictionRunsMillis=30000
jedis.pool.numTestsPerEvictionRun=3
jedis.pool.blockWhenExhausted=true
jedis.host=47.112.163.61
jedis.port=9527
jedis.timeout=2000
jedis.password=Luhui586
jedis.database=3
\ No newline at end of file