Skip to content
Snippets Groups Projects
Commit 0f4faa51 authored by 김재현's avatar 김재현
Browse files

application properties

parent 06c65362
No related branches found
No related tags found
No related merge requests found
Pipeline #8193 canceled
server.port = 8098
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://210.107.196.163:42498/webdev?serverTimezone=UTC
spring.datasource.username=root
spring.datasource.password=kjh77k
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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment