This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
upd
release_toaliyun_real
jinguo24@163.com
7 years ago
parent
400c737db4
commit
9b887349fb
3 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
mallinkAdmin/src/main/resources/application-dev.yml
+1
-1
mallinkAdmin/src/main/resources/application.yml
+1
-1
mallinkApi/src/main/resources/application.yml
+ 3
- 3
mallinkAdmin/src/main/resources/application-dev.yml
View File
@@ -1,9 +1,9 @@
spring:
# JDBC
datasource:
url: jdbc:mysql://
127.0.0.1:6
3306/mallink?characterEncoding=UTF-8&useSSL=false
username:
root
password:
root
url: jdbc:mysql://
202.165.179.86:
3306/mallink?characterEncoding=UTF-8&useSSL=false
username:
mallone
password:
m@1l0ne123@#
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver
filters: stat
+ 1
- 1
mallinkAdmin/src/main/resources/application.yml
View File
@@ -36,4 +36,4 @@ pagehelper:
mapper:
mappers:
- com.simple.common.
crud.
CommonMapper
- com.simple.common.CommonMapper
+ 1
- 1
mallinkApi/src/main/resources/application.yml
View File
@@ -36,4 +36,4 @@ pagehelper:
mapper:
mappers:
- com.simple.common.
crud.
CommonMapper
- com.simple.common.CommonMapper
Write
Preview
Loading…
Cancel
Save