.yml提交
Change-Id: Ia8a96bd55cfce31fed65f7e801f8cefcdba5c67e
diff --git a/target/classes/application-db.yml b/target/classes/application-db.yml
new file mode 100644
index 0000000..dc1a54b
--- /dev/null
+++ b/target/classes/application-db.yml
@@ -0,0 +1,13 @@
+spring:
+ datasource:
+ url: jdbc:mysql://127.0.0.1:3306/ppt?useSSL=false&serverTimezone=UTC
+ username: root
+ password: 204825
+ driver‑class‑name: com.mysql.cj.jdbc.Driver
+ jpa:
+ hibernate:
+ ddl-auto: update
+ database-platform: org.hibernate.dialect.MySQL8Dialect
+ show-sql: true
+ properties:
+ hibernate.format_sql: true