正在显示
1 个修改的文件
包含
22 行增加
和
0 行删除
logistics-auth-sit.yml
0 → 100644
1 | +# 数据源 | ||
2 | +spring: | ||
3 | + datasource: | ||
4 | + type: com.zaxxer.hikari.HikariDataSource | ||
5 | + driver-class-name: com.mysql.cj.jdbc.Driver | ||
6 | + username: logistics | ||
7 | + password: HuQ6kcHgJ7osVtUg | ||
8 | + url: jdbc:mysql://172.16.46.26:3306/logistics?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/ |
-
请 注册 或 登录 后发表评论