refactor: prod 프로퍼티 추가

This commit is contained in:
hylee 2023-04-18 12:52:22 +09:00
parent 100a9e3011
commit d45a7a9f60
2 changed files with 31 additions and 16 deletions

View File

@ -0,0 +1,15 @@
# DB INFO
#spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
#spring.datasource.url=jdbc:mysql://192.168.0.125:3306/mjon?serverTimezone=Asia/Seoul
spring.datasource.driverClassName=net.sf.log4jdbc.sql.jdbcapi.DriverSpy
spring.datasource.url=jdbc:log4jdbc:mysql://192.168.0.125:3306/mjon?serverTimezone=Asia/Seoul
spring.datasource.username=mjonUr
spring.datasource.password=mjon!@#$
server.port=9100