|
@@ -124,9 +124,9 @@ mybatis-plus:
|
|
id-type: 4
|
|
id-type: 4
|
|
# 默认数据库表下划线命名
|
|
# 默认数据库表下划线命名
|
|
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
|
|
#jeecg专用配置
|
|
#jeecg专用配置
|
|
jeecg:
|
|
jeecg:
|
|
path:
|
|
path:
|
|
@@ -134,3 +134,5 @@ jeecg:
|
|
upload: D://upFiles
|
|
upload: D://upFiles
|
|
#webapp文件路径
|
|
#webapp文件路径
|
|
webapp: D://webapp
|
|
webapp: D://webapp
|
|
|
|
+ video-upload: D://upFiles//video//
|
|
|
|
+ image-upload: D://upFiles//image//
|