blob: 07ec02f5594aca16deb0a058f03185dbbba3c0e7 [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
Seamher8ba71e02025-06-09 22:38:35 +08007 password:
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