Commit 9c55c46857d78eabf2c7b658d4422dda73743dd7
1 parent
02816aa8
feat: 新增装修垃圾独立模块,新增用户控制层,修改单点登录
Showing
1 changed file
with
1 additions
and
1 deletions
trash-garbage/src/main/java/com/trash/garbage/GarbageApplication.java
| @@ -35,7 +35,7 @@ public class GarbageApplication { | @@ -35,7 +35,7 @@ public class GarbageApplication { | ||
| 35 | "\n Swagger访问地址:http://" + ip + ":" + port + path + "/doc.html \n" + | 35 | "\n Swagger访问地址:http://" + ip + ":" + port + path + "/doc.html \n" + |
| 36 | " Redis服务器地址:" + redisHost + ":" + redisPort + "\n" + | 36 | " Redis服务器地址:" + redisHost + ":" + redisPort + "\n" + |
| 37 | " Mysql服务器地址:" + sqlInfo.get(0) + ":" + sqlInfo.get(1)); | 37 | " Mysql服务器地址:" + sqlInfo.get(0) + ":" + sqlInfo.get(1)); |
| 38 | - log.info("--装修垃圾服务启动成功--"); | 38 | + log.info("--装修垃圾服务启动成功 --"); |
| 39 | } | 39 | } |
| 40 | private static List<String> getSqlInfo(String sqlInfo) { | 40 | private static List<String> getSqlInfo(String sqlInfo) { |
| 41 | List<String> str = new ArrayList<>(3); | 41 | List<String> str = new ArrayList<>(3); |