Commit 07532cc46f5fc267d2b778c45bcce2a90f046672
1 parent
b8eb6e78a3
Exists in
master
and in
8 other branches
first commit
Showing 3 changed files with 33 additions and 2 deletions
.gitignore
View file @
07532cc
| 1 | +.DS_Store | |
| 2 | +.idea/.DS_Store | |
| 3 | +.idea/workspace.xml | |
| 4 | +platform-biz-patient-service/.DS_Store | |
| 5 | +platform-biz-patient-service/target/ | |
| 6 | +platform-biz-service/.DS_Store | |
| 7 | +platform-biz-service/target/ | |
| 8 | +platform-common/.DS_Store | |
| 9 | +platform-common/target/ | |
| 10 | +platform-dal/.DS_Store | |
| 11 | +platform-dal/target/ | |
| 12 | +platform-data-api/.DS_Store | |
| 13 | +platform-data-api/target/ | |
| 14 | +platform-operate-api/.DS_Store | |
| 15 | +platform-operate-api/target/ | |
| 16 | +platform-report-api/.DS_Store | |
| 17 | +platform-report-api/target/ | |
| 18 | +*/.classpath | |
| 19 | +*/.project | |
| 20 | +*/.settings/ | |
| 21 | +target/ | |
| 22 | +*.iml | |
| 23 | +.idea/ |
README
View file @
07532cc
platform-resource/resources/config-dev.properties
View file @
07532cc
| ... | ... | @@ -3,8 +3,8 @@ |
| 3 | 3 | mongo.db.dbname=dev_mongo |
| 4 | 4 | |
| 5 | 5 | |
| 6 | -mysql.db.name=dev | |
| 7 | -mysql.db.password=dev | |
| 6 | +mysql.db.name=mommybaby | |
| 7 | +mysql.db.password=mommybaby123 | |
| 8 | 8 | mysql.driver=com.mysql.jdbc.Driver |
| 9 | 9 | mysql.jdbcurl=jdbc:mysql://192.168.5.250:3306/mommybaby?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 |