diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties deleted file mode 100644 index ae15036..0000000 --- a/src/main/resources/application.properties +++ /dev/null @@ -1,6 +0,0 @@ -spring.application.name=webapi -spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://localhost:3306/web_api?useUnicode=true&characterEncoding=utf8 -spring.datasource.username=root -spring.datasource.password=123456 -server.port = 8888 \ No newline at end of file