Commit 60695fc5 authored by linruibiao's avatar linruibiao

数据库设计

parent 8a87767b
influxdb:
host: 139.159.254.185
port: 8086
username: syc
password: syc
spring: spring:
freemarker: freemarker:
cache: false cache: false
...@@ -27,9 +21,9 @@ spring: ...@@ -27,9 +21,9 @@ spring:
pool-name: HikariCP pool-name: HikariCP
max-lifetime: 1800000 max-lifetime: 1800000
connection-timeout: 30000 connection-timeout: 30000
username: syc_dev username: root
password: Test123! password: root
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 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: messages:
basename: i18n/messages,i18n/sys basename: i18n/messages,i18n/sys
...@@ -48,4 +42,7 @@ mybatis-plus: ...@@ -48,4 +42,7 @@ mybatis-plus:
server: server:
servlet: servlet:
context-path: /bi context-path: /bi
port: 2022 port: 2022
\ No newline at end of file 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