11 lines
402 B
Properties
11 lines
402 B
Properties
|
spring.application.name=dog-1
|
||
|
|
||
|
spring.sql.init.platform=mysql
|
||
|
spring.jpa.hibernate.ddl-auto=update
|
||
|
spring.jpa.show-sql=true
|
||
|
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
|
||
|
|
||
|
spring.datasource.url=jdbc:mysql://localhost:3306/mysql?serverTimezone=Asia/Tokyo
|
||
|
spring.datasource.username=root
|
||
|
spring.datasource.password=Jaichbin119
|
||
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|