|
|
# 数据源test
|
|
|
# 数据源
|
|
|
spring:
|
|
|
datasource:
|
|
|
type: com.zaxxer.hikari.HikariDataSource
|
...
|
...
|
@@ -18,5 +18,5 @@ spring: |
|
|
expose-session-attributes: false
|
|
|
expose-spring-macro-helpers: true
|
|
|
prefer-file-system-access: true
|
|
|
suffix: .ftl
|
|
|
suffix: .ftl6
|
|
|
template-loader-path: classpath:/templates/ |
|
|
\ No newline at end of file |
...
|
...
|
|