Add configs and properties

This commit is contained in:
2023-09-28 18:02:06 +08:00
parent c57064d0f8
commit 91555b8160
14 changed files with 230 additions and 2 deletions

View File

@@ -1 +1,15 @@
app:
version: @project.version@
build-time: @build.timestamp@
security:
header-string: "Authorization"
token-prefix: "Bearer "
jwt-ttl: 2
jwt-ttl-unit: hours
spring:
profiles:
active: config
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver