|
@@ -1,5 +1,5 @@
|
|
server:
|
|
server:
|
|
- port: 8081
|
|
|
|
|
|
+ port: 8080
|
|
tomcat:
|
|
tomcat:
|
|
max-swallow-size: -1
|
|
max-swallow-size: -1
|
|
error:
|
|
error:
|
|
@@ -167,7 +167,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专用配置
|