application.properties 402B

123456789101112
  1. spring.jpa.hibernate.ddl-auto=update
  2. spring.datasource.url=jdbc:mysql://167.99.50.8:3306/bitcoin?useSSL=false
  3. spring.datasource.username=root
  4. spring.datasource.password=098poilkj
  5. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  6. spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
  7. spring.datasource.testWhileIdle = true
  8. spring.datasource.validationQuery = SELECT 1