2023年3月30日 更改配置

This commit is contained in:
bai 2023-03-30 18:49:06 +08:00
parent 17f863122c
commit a45265fd96
2 changed files with 3 additions and 2 deletions

View File

@ -160,7 +160,7 @@ mybatis-plus:
table-underline: true
configuration:
# 这个配置会将执行的sql打印出来在开发或测试的时候可以用
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# 返回类型为Map,显示null对应的字段
call-setters-on-nulls: true
#jeecg专用配置

View File

@ -1,2 +1,3 @@
call mvn clean package
:: java -jar -Dfile.encoding=utf-8 -Dspring.profiles.active=dev jeecg-boot-module-system\target\jeecg-boot-module-system-3.5.0.jar
:: java -jar -Dfile.encoding=utf-8 -Dspring.profiles.active=dev jeecg-boot-module-system\target\jeecg-boot-module-system-3.5.0.jar
PAUSE