正在显示
3 个修改的文件
包含
2 行增加
和
18 行删除
| @@ -36,7 +36,7 @@ | @@ -36,7 +36,7 @@ | ||
| 36 | </dependency> | 36 | </dependency> |
| 37 | <dependency> | 37 | <dependency> |
| 38 | <groupId>com.zhonglai.luhui</groupId> | 38 | <groupId>com.zhonglai.luhui</groupId> |
| 39 | - <artifactId>lh-domain</artifactId> | 39 | + <artifactId>lh-admin-security</artifactId> |
| 40 | </dependency> | 40 | </dependency> |
| 41 | <!-- Mysql驱动包 --> | 41 | <!-- Mysql驱动包 --> |
| 42 | <dependency> | 42 | <dependency> |
| @@ -10,7 +10,7 @@ import org.springframework.context.annotation.ComponentScan; | @@ -10,7 +10,7 @@ import org.springframework.context.annotation.ComponentScan; | ||
| 10 | @ComponentScan(basePackages = { | 10 | @ComponentScan(basePackages = { |
| 11 | "com.zhonglai.luhui.springboot", | 11 | "com.zhonglai.luhui.springboot", |
| 12 | "com.zhonglai.luhui.dao", | 12 | "com.zhonglai.luhui.dao", |
| 13 | - "com.zhonglai.luhui.generator", | 13 | + "com.zhonglai.luhui.springboot", |
| 14 | "com.zhonglai.luhui.admin", | 14 | "com.zhonglai.luhui.admin", |
| 15 | }) | 15 | }) |
| 16 | @SpringBootApplication(exclude = { DataSourceAutoConfiguration.class }) | 16 | @SpringBootApplication(exclude = { DataSourceAutoConfiguration.class }) |
| 1 | -# jedis.properties | ||
| 2 | -jedis.pool.maxTotal=100 | ||
| 3 | -jedis.pool.maxIdle=50 | ||
| 4 | -jedis.pool.minIdle=10 | ||
| 5 | -jedis.pool.testOnBorrow=true | ||
| 6 | -jedis.pool.testOnReturn=true | ||
| 7 | -jedis.pool.testWhileIdle=true | ||
| 8 | -jedis.pool.minEvictableIdleTimeMillis=60000 | ||
| 9 | -jedis.pool.timeBetweenEvictionRunsMillis=30000 | ||
| 10 | -jedis.pool.numTestsPerEvictionRun=3 | ||
| 11 | -jedis.pool.blockWhenExhausted=true | ||
| 12 | -jedis.host=47.112.163.61 | ||
| 13 | -jedis.port=9527 | ||
| 14 | -jedis.timeout=2000 | ||
| 15 | -jedis.password=Luhui586 | ||
| 16 | -jedis.database=3 |
-
请 注册 或 登录 后发表评论