diff --git a/src/main/resources/application-prod.properties b/src/main/resources/application-prod.properties deleted file mode 100644 index c1591efc..00000000 --- a/src/main/resources/application-prod.properties +++ /dev/null @@ -1,11 +0,0 @@ -spring.application.name=server - - -# spring data source -spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver - -# spring jpa -spring.jpa.database=mysql -spring.jpa.show-sql=true -spring.jpa.hibernate.ddl-auto=update -spring.jpa.properties.hibernate.format_sql=true