Commit b1ecb9f17d827a520958011c10e32b83f4fe872a
1 parent
a15ccb05
恢复之前配置
Showing
1 changed file
with
0 additions
and
26 deletions
class-service.yml
| ... | ... | @@ -7,19 +7,6 @@ spring: |
| 7 | 7 | config: |
| 8 | 8 | discovery: |
| 9 | 9 | enabled: true |
| 10 | - datasource: | |
| 11 | - name: eaas_core | |
| 12 | - url: jdbc:mysql://emysql3:3306/eaas_core?useUnicode=true&characterEncoding=gbk&zeroDateTimeBehavior=convertToNull | |
| 13 | - username: test | |
| 14 | - password: 123456 | |
| 15 | - driver-class-name: com.mysql.jdbc.Driver | |
| 16 | - thymeleaf: | |
| 17 | - prefix: classpath:/templates/ | |
| 18 | - suffix: .html | |
| 19 | - mode: HTML5 | |
| 20 | - encoding: UTF-8 | |
| 21 | - content-type: text/html | |
| 22 | - cache: false | |
| 23 | 10 | |
| 24 | 11 | endpoints: |
| 25 | 12 | restart: |
| ... | ... | @@ -45,19 +32,6 @@ spring: |
| 45 | 32 | config: |
| 46 | 33 | discovery: |
| 47 | 34 | enabled: true |
| 48 | - datasource: | |
| 49 | - name: eaas_core | |
| 50 | - url: jdbc:mysql://emysql3:3306/eaas_core?useUnicode=true&characterEncoding=gbk&zeroDateTimeBehavior=convertToNull | |
| 51 | - username: test | |
| 52 | - password: 123456 | |
| 53 | - driver-class-name: com.mysql.jdbc.Driver | |
| 54 | - thymeleaf: | |
| 55 | - prefix: classpath:/templates/ | |
| 56 | - suffix: .html | |
| 57 | - mode: HTML5 | |
| 58 | - encoding: UTF-8 | |
| 59 | - content-type: text/html | |
| 60 | - cache: false | |
| 61 | 35 | |
| 62 | 36 | endpoints: |
| 63 | 37 | restart: | ... | ... |