refactor: prod 프로퍼티 추가
This commit is contained in:
parent
100a9e3011
commit
d45a7a9f60
15
src/main/resources/application-prod.properties
Normal file
15
src/main/resources/application-prod.properties
Normal 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user