Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slm-bi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林锐标
slm-bi
Commits
60695fc5
Commit
60695fc5
authored
Apr 02, 2021
by
linruibiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据库设计
parent
8a87767b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
11 deletions
+8
-11
application.yml
src/main/resources/application.yml
+8
-11
No files found.
src/main/resources/application.yml
View file @
60695fc5
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment