@@ -0,0 +1,8 @@
+spring:
+ jpa:
+ database: mysql
+ datasource:
+ username: root
+ password: root123456
+ url: jdbc:mysql://localhost:3306/ahh_v2
+