| | |
| | | spring.datasource.url=jdbc:mysql://localhost:3306/phi_other_service?useUnicode=true&characterEncoding=UTF-8 |
| | | spring.datasource.username=root |
| | | spring.datasource.password=root |
| | | spring.datasource.driver-class-name=com.mysql.jdbc.Driver |
| | | spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver |
| | | |
| | | logging.level.org.springframework.boot.autoconfigure = error |
| | | |
| | |
| | | spring.datasource.url=jdbc:mysql://localhost:3306/phi_other_service?useUnicode=true&characterEncoding=UTF-8 |
| | | spring.datasource.username=root |
| | | spring.datasource.password=root |
| | | spring.datasource.driver-class-name=com.mysql.jdbc.Driver |
| | | spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver |
| | | |
| | | logging.level.org.springframework.boot.autoconfigure = error |
| | | |