Skip to content
Snippets Groups Projects
Commit 82f1b46a authored by SangJun Park's avatar SangJun Park
Browse files

Set application-properties

parent 57888d02
No related branches found
No related tags found
No related merge requests found
Pipeline #8206 canceled
server.port = 8098
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://210.107.196.163:#####/webdev?serverTimezone=UTC
spring.datasource.username=root
spring.datasource.password=sangjun1389
spring.jpa.properties.hibernate.show_sql=true
spring.jpa.properties.hibernate.format_sql=true
logging.level.org.hibernate.type.descriptor.sql=trace
spring.jpa.hibernate.ddl-auto=update
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment