| | |
| | | |
| | | spring: |
| | | datasource: |
| | | url: jdbc:mysql://101.37.22.173:3306/monitor?characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC |
| | | url: jdbc:mysql://47.96.19.115:3306/monitor_db?characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC |
| | | username: root |
| | | password: xOlx8z9L7Pt6y9YI |
| | | #driver-class-name: com.mysql.cj.jdbc.Driver |
| | |
| | | |
| | | data: |
| | | mongodb: |
| | | uri: mongodb://101.37.22.173:27017/monitor |
| | | uri: mongodb://47.96.171.62:27017/monitor |
| | | |
| | | mybatis: |
| | | mapper-locations: classpath*:/mapper/*Mapper.xml |
| | | type-aliases-package: com.moral.entity |
| | | #mybatis: |
| | | # mapper-locations: classpath*:/mapper/*Mapper.xml |
| | | # type-aliases-package: com.moral.entity |