blob: 8b9058d91c508b381dfe3a22ea2dc2b63b5c6c0a [file] [log] [blame]
Seamherb222aaa2025-03-18 14:37:10 +08001spring:
2 application:
xiukira687b9cb2025-05-29 15:15:02 +08003 name: G9backend
4 datasource:
5 url: jdbc:mysql://localhost:3306/mcpt
6 username: root
xiukiraac78f3d2025-06-08 23:38:10 +08007 password: 123456
xiukira687b9cb2025-05-29 15:15:02 +08008 jpa:
9 hibernate:
10 ddl-auto: none
11 show-sql: true
12 properties:
13 hibernate:
14 dialect: org.hibernate.dialect.MySQLDialect
15 boot:
16 allow_jdbc_metadata_access: false