|
@@ -0,0 +1,30 @@
|
|
|
+spring:
|
|
|
+ redis:
|
|
|
+ url: redis://172.30.0.17:6379
|
|
|
+ password: foobared
|
|
|
+ datasource:
|
|
|
+ url: jdbc:mysql://139.186.27.96/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
+ username: hcst
|
|
|
+ password: test@20190531
|
|
|
+
|
|
|
+#mybatis plus 设置
|
|
|
+mybatis-plus:
|
|
|
+ mapper-locations: classpath*:com/hcst/youteng/mapper/xml/*Mapper.xml
|
|
|
+ global-config:
|
|
|
+ banner: false
|
|
|
+ db-config:
|
|
|
+ id-type: 4
|
|
|
+ # 默认数据库表下划线命名
|
|
|
+ table-underline: true
|
|
|
+ # configuration:
|
|
|
+ # map-underscore-to-camel-case: false
|
|
|
+ #分页pageHelper
|
|
|
+pagehelper:
|
|
|
+ helper-dialect: mysql
|
|
|
+ reasonable: true
|
|
|
+ support-methods-arguments: true
|
|
|
+
|
|
|
+
|
|
|
+admin:
|
|
|
+ weChat: Hao
|
|
|
+ mail: bijiequan@c-top.com.cn
|