正在显示
1 个修改的文件
包含
0 行增加
和
22 行删除
trobs-auth-service-dev.yml
已删除
100644 → 0
1 | -# 数据源 | ||
2 | -spring: | ||
3 | - datasource: | ||
4 | - type: com.zaxxer.hikari.HikariDataSource | ||
5 | - driver-class-name: com.mysql.cj.jdbc.Driver | ||
6 | - username: trobs | ||
7 | - password: dfU76$N(kp | ||
8 | - url: jdbc:mysql://10.1.1.86:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 | ||
9 | - freemarker: | ||
10 | - allow-request-override: false | ||
11 | - allow-session-override: false | ||
12 | - cache: true | ||
13 | - charset: UTF-8 | ||
14 | - check-template-location: true | ||
15 | - content-type: text/html | ||
16 | - enabled: true | ||
17 | - expose-request-attributes: false | ||
18 | - expose-session-attributes: false | ||
19 | - expose-spring-macro-helpers: true | ||
20 | - prefer-file-system-access: true | ||
21 | - suffix: .ftl | ||
22 | - template-loader-path: classpath:/templates/ |
-
请 注册 或 登录 后发表评论