等级制度

Change-Id: I24bf28fedd57e5e5ef16c875e557e51a4db401bd
diff --git a/target/classes/application-db.yml b/target/classes/application-db.yml
index cccd795..62f90f9 100644
--- a/target/classes/application-db.yml
+++ b/target/classes/application-db.yml
@@ -1,13 +1,13 @@
-spring:

-  datasource:

-    url: jdbc:mysql://202.205.102.121:3306/team6?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC

-    username: team6

-    password: Team6666#

-    driver‑class‑name: com.mysql.cj.jdbc.Driver

-  jpa:

-    hibernate:

-      ddl-auto: update

-    database-platform: org.hibernate.dialect.MySQL8Dialect

-    show-sql: true

-    properties:

+spring:
+  datasource:
+    url: jdbc:mysql://202.205.102.121:3306/team6?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC
+    username: team6
+    password: Team6666#
+    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
\ No newline at end of file