Commit 60695fc5 authored by linruibiao's avatar linruibiao

数据库设计

parent 8a87767b
influxdb:
host: 139.159.254.185
port: 8086
username: syc
password: syc
spring:
freemarker:
cache: false
......@@ -27,9 +21,9 @@ spring:
pool-name: HikariCP
max-lifetime: 1800000
connection-timeout: 30000
username: syc_dev
password: Test123!
url: jdbc:mysql://${MYSQL_HOST:dev.sycdev.com}:${MYSQL_PORT:3306}/${MYSQL_DB:sycloud_mall}?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true
username: root
password: root
url: jdbc:mysql://${MYSQL_HOST:localhost}:${MYSQL_PORT:3306}/${MYSQL_DB:slm_bi}?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowMultiQueries=true&allowPublicKeyRetrieval=true
messages:
basename: i18n/messages,i18n/sys
......@@ -49,3 +43,6 @@ server:
servlet:
context-path: /bi
port: 2022
logging:
level:
com.syc.slm.slmbi.mapper: debug
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment