Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
D
data-server
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
licc
data-server
Commits
62a24d7e
Commit
62a24d7e
authored
Mar 05, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixed
parent
310d2c7f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
Dockerfile
Dockerfile
+1
-1
application-dev.yml
wisenergy-web-admin/src/main/resources/application-dev.yml
+4
-4
application-test.yml
wisenergy-web-admin/src/main/resources/application-test.yml
+4
-4
No files found.
Dockerfile
View file @
62a24d7e
...
...
@@ -9,7 +9,7 @@ COPY ./wisenergy-web-admin/target/shop-mall.jar /opt/
#ADD hosts /tmp
WORKDIR
/opt
EXPOSE
8
997
EXPOSE
8
080
ENV
TZ=Asia/Shanghai
#ENV TZ=PRC
RUN
ln
-snf
/usr/share/zoneinfo/
$TZ
/etc/localtime
&&
echo
$TZ
>
/etc/timezone
...
...
wisenergy-web-admin/src/main/resources/application-dev.yml
View file @
62a24d7e
...
...
@@ -3,9 +3,9 @@ spring:
type
:
com.alibaba.druid.pool.DruidDataSource
druid
:
driver-class-name
:
com.mysql.cj.jdbc.Driver
url
:
jdbc:mysql://
39.97.107.31:3306/qunzhihe
?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
username
:
qunzhihe
password
:
j2kRn8HjrPez7trw
url
:
jdbc:mysql://
8.131.244.76:3306/shop-mall
?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
username
:
root
password
:
PRMHmHBr
initial-size
:
10
max-active
:
100
min-idle
:
10
...
...
@@ -46,7 +46,7 @@ spring:
# 192.168.110.165 adm4HYservice$
redis
:
database
:
0
host
:
39.97.107.31
host
:
8.131.244.76
port
:
6379
password
:
1qaz@WSX
# 密码(默认为空)
timeout
:
6000ms
# 连接超时时长(毫秒)
...
...
wisenergy-web-admin/src/main/resources/application-test.yml
View file @
62a24d7e
...
...
@@ -3,9 +3,9 @@ spring:
type
:
com.alibaba.druid.pool.DruidDataSource
druid
:
driver-class-name
:
com.mysql.cj.jdbc.Driver
url
:
jdbc:mysql://
39.97.107.31:3306/qunzhihe
?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
username
:
qunzhihe
password
:
j2kRn8HjrPez7trw
url
:
jdbc:mysql://
8.131.244.76:3306/shop-mall
?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
username
:
root
password
:
PRMHmHBr
initial-size
:
10
max-active
:
100
min-idle
:
10
...
...
@@ -36,7 +36,7 @@ spring:
redis
:
open
:
false
# 是否开启redis缓存 true开启 false关闭
database
:
0
host
:
39.97.107.31
host
:
8.131.244.76
port
:
6379
password
:
1qaz@WSX
timeout
:
6000ms
...
...
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