application.properties 234 B

12345
  1. spring.jpa.hibernate.ddl-auto=update
  2. spring.datasource.url=jdbc:mysql://localhost:3306/swagger2
  3. spring.datasource.username=root
  4. spring.datasource.password=root
  5. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect