diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml deleted file mode 100644 index cdd26de1..00000000 --- a/src/main/resources/application.yaml +++ /dev/null @@ -1,17 +0,0 @@ -spring: - application: - name: budgetbuddies - - jpa: - show-sql: true # sql ???? ??? ???? ??. - properties: - format_sql: true - dialect: org.hibernate.dialect.MySQL8Dialect - hibernate: - ddl-auto: update - - datasource: - url: jdbc:mysql://localhost:3306/budgetbuddies # mysql ?? ?? (?? ?? DB? ?? ? ??) - driver-class-name: com.mysql.cj.jdbc.Driver - username: root - password: Asdsr11847783! # db ???? \ No newline at end of file