|
|
|
@ -9,7 +9,7 @@ spring:
@@ -9,7 +9,7 @@ spring:
|
|
|
|
|
mvc: |
|
|
|
|
pathmatch: |
|
|
|
|
# swagger未适配spring5新的路径匹配策略path_pattern_parser,会报错需要改回旧的策略 |
|
|
|
|
matching-strategy: ant_path_matcher |
|
|
|
|
matching-strategy: ant_path_matcher |
|
|
|
|
redis: |
|
|
|
|
database: 1 |
|
|
|
|
host: 127.0.0.1 |
|
|
|
@ -68,7 +68,7 @@ feign:
@@ -68,7 +68,7 @@ feign:
|
|
|
|
|
mybatis-plus: |
|
|
|
|
mapper-locations: |
|
|
|
|
- classpath:mapper/**/*.xml |
|
|
|
|
typeAliasesPackage: com.cloud.dolphin.**.entity |
|
|
|
|
typeAliasesPackage: com.cloud.dolphin.**.entity |
|
|
|
|
global-config: |
|
|
|
|
# 不显示banner |
|
|
|
|
banner: false |
|
|
|
@ -111,7 +111,7 @@ swagger:
@@ -111,7 +111,7 @@ swagger:
|
|
|
|
|
version: 1.0.0 |
|
|
|
|
terms-of-service-url: https://godolphinx.org |
|
|
|
|
contact: |
|
|
|
|
name: wangxaing4 |
|
|
|
|
name: wangxiang4 |
|
|
|
|
email: 1827945911@qq.com |
|
|
|
|
authorization: |
|
|
|
|
name: dolphin-oauth |
|
|
|
@ -128,4 +128,4 @@ logging:
@@ -128,4 +128,4 @@ logging:
|
|
|
|
|
level: |
|
|
|
|
com.cloud.dolphin: debug |
|
|
|
|
org.springframework: WARN |
|
|
|
|
org.spring.springboot.dao: debug |
|
|
|
|
org.spring.springboot.dao: debug |
|
|
|
|