update:功能
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
spring.application.name=ski-dashboard-admin
|
||||
|
||||
# ??????? postgresql
|
||||
spring.datasource.url=jdbc:postgresql://localhost:5432/ski_dashboard
|
||||
spring.datasource.username=postgres
|
||||
spring.datasource.password=tanlifan
|
||||
spring.profiles.active=prod
|
||||
|
||||
# Spring Session??
|
||||
# Spring Session
|
||||
spring.session.store-type=jdbc
|
||||
spring.session.jdbc.initialize-schema=always
|
||||
spring.session.jdbc.table-name=SPRING_SESSION
|
||||
|
||||
JWT_SECRET=vf4JZhcyfdK7tJs0GZ3Qjf0dSv4BId9ITjsM2fol26gOBxM17nUySiMcV0Lo2u0Y
|
||||
# MyBatis configuration - enable camel case mapping
|
||||
mybatis.configuration.map-underscore-to-camel-case=true
|
||||
mybatis.mapper-locations=classpath*:mapper/*.xml
|
||||
|
||||
thingsboard.client.url=https://tb.ski.bkiiot.com
|
||||
thingsboard.client.username=tenant@thingsboard.org
|
||||
thingsboard.client.password=tenant
|
||||
Reference in New Issue
Block a user