2023年3月30日 更改配置
This commit is contained in:
parent
17f863122c
commit
a45265fd96
|
@ -160,7 +160,7 @@ mybatis-plus:
|
||||||
table-underline: true
|
table-underline: true
|
||||||
configuration:
|
configuration:
|
||||||
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
|
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
|
||||||
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
# 返回类型为Map,显示null对应的字段
|
# 返回类型为Map,显示null对应的字段
|
||||||
call-setters-on-nulls: true
|
call-setters-on-nulls: true
|
||||||
#jeecg专用配置
|
#jeecg专用配置
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
call mvn clean package
|
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
|
Loading…
Reference in New Issue