application.yml 223 B

12345678910
  1. spring:
  2. datasource:
  3. username: 'root'
  4. password: 'root'
  5. url: jdbc:mysql://localhost:3306/seec_data
  6. driver-class-name: com.mysql.cj.jdbc.Driver
  7. jpa:
  8. hibernate:
  9. ddl-auto: update
  10. show-sql: true