File tree Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 3030* .log
3131logs
3232
33-
33+ * .rdb
3434
Original file line number Diff line number Diff line change 11# 更新日志 CHANGELOG
22
3- ## [ V1.3.0-RELEASE] 2019.10.05
3+ ## [ V1.3.0-RELEASE] 2019.10.06
44
55### ⭐️ New Features
66
Original file line number Diff line number Diff line change 6868 <junit .version>4.12</junit .version>
6969 <ini .version>0.5.4</ini .version>
7070 <mapstruct .version>1.3.0.Final</mapstruct .version>
71- <shiro .version>1.4.0 </shiro .version>
71+ <shiro .version>1.4.1 </shiro .version>
7272 <jwt .version>3.8.3</jwt .version>
7373
7474 <maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
290290 <!-- Shiro+JWT start -->
291291 <dependency >
292292 <groupId >org.apache.shiro</groupId >
293- <artifactId >shiro-spring-boot-web- starter</artifactId >
293+ <artifactId >shiro-spring-boot-starter</artifactId >
294294 <version >${shiro.version} </version >
295295 </dependency >
296+
296297 <dependency >
297298 <groupId >com.auth0</groupId >
298299 <artifactId >java-jwt</artifactId >
Original file line number Diff line number Diff line change 7979 <includes >
8080 <include >NOTICE</include >
8181 <include >LICENSE</include >
82- <include >*.md</include >
8382 </includes >
8483 </fileSet >
8584 </fileSets >
Original file line number Diff line number Diff line change @@ -27,3 +27,8 @@ spring:
2727# logback.xml中有详细的日志配置
2828logging :
2929 file : logs/spring-boot-plus-log.log
30+
31+ # 打印SQL语句和结果集,本地开发环境可开启,线上注释掉
32+ mybatis-plus :
33+ configuration :
34+ log-impl : org.apache.ibatis.logging.stdout.StdOutImpl
Original file line number Diff line number Diff line change @@ -43,3 +43,8 @@ logging:
4343 config : classpath:config/logback.xml
4444 # 方便Spring Boot Admin页面上实时查看日志
4545 file : logs/spring-boot-plus.log
46+
47+ # 打印SQL语句和结果集,本地开发环境可开启,线上注释掉
48+ mybatis-plus :
49+ configuration :
50+ log-impl : org.apache.ibatis.logging.stdout.StdOutImpl
You can’t perform that action at this time.
0 commit comments