Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
d12ee233
Commit
d12ee233
authored
Jan 26, 2019
by
ms-dev
Browse files
配置文件更新
parent
9b306f83
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/resources/Dockerfile
0 → 100644
View file @
d12ee233
FROM
java
VOLUME
/tmp
ADD
docker-springboot-0.0.1-SNAPSHOT.jar app.jar
RUN
bash
-c
'touch /app.jar'
ENV
JAVA_OPTS
=
""
ENTRYPOINT
[ "sh", "-c", "java $JAVA_OPTS -Djava.security.egd=file:/dev/./urandom -jar /app.jar" ]
\ No newline at end of file
src/main/resources/application-pro.yml
0 → 100644
View file @
d12ee233
spring
:
datasource
:
url
:
jdbc:mysql://localhost:3306/db-mcms-open?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false
username
:
root
password
:
root
filters
:
wall,mergeStat
type
:
com.alibaba.druid.pool.DruidDataSource
\ No newline at end of file
src/main/resources/application-test.yml
0 → 100644
View file @
d12ee233
spring
:
datasource
:
url
:
jdbc:mysql://192.168.1.18:3306/mcms-4.7.0?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false
username
:
root
password
:
root
filters
:
wall,mergeStat
type
:
com.alibaba.druid.pool.DruidDataSource
\ No newline at end of file
Write
Preview
Supports
Markdown
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