diff --git a/.gitignore b/.gitignore index c2065bc..f8bc0b0 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,5 @@ out/ ### VS Code ### .vscode/ + +application.yml \ No newline at end of file diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml deleted file mode 100644 index 831ee09..0000000 --- a/src/main/resources/application.yml +++ /dev/null @@ -1,23 +0,0 @@ -spring: - web: - resources: - add-mappings: false # Disable static resource mapping (For NoHandlerFoundException) - datasource: - url: jdbc:mysql://localhost:3306/TelePigeon - username: root - password: - driver-class-name: com.mysql.cj.jdbc.Driver - jpa: - hibernate: - ddl-auto: create-drop - properties: - hibernate: - show_sql: true - format_sql: true - highlight_sql: true - use_sql_comments: true - dialect: org.hibernate.dialect.MySQL8Dialect - data: - redis: - host: localhost - port: 6379 \ No newline at end of file