spring: thymeleaf: prefix: classpath:/templates/ cache: false datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/dmmdb username: sukura password: 123456 jpa: properties: hibernate: dialect: org.hibernate.dialect.MySQL8Dialect format_sql: true show-sql: true