Complete the corrections of the errors in the last submission.Create the backend code structure
Please enter the commit message for your changes. Lines starting
Change-Id: I3f0c3764560b14466236e66627f34d8b71b05cd8
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index e70f2b6..07ec02f 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,3 +1,16 @@
spring:
application:
- name: G9Backend
+ name: G9backend
+ datasource:
+ url: jdbc:mysql://localhost:3306/mcpt
+ username: root
+ password:
+ jpa:
+ hibernate:
+ ddl-auto: none
+ show-sql: true
+ properties:
+ hibernate:
+ dialect: org.hibernate.dialect.MySQLDialect
+ boot:
+ allow_jdbc_metadata_access: false