add gitignore

dev
floxx2112 2 years ago
parent 889ee57e04
commit 8ecc9bd066
  1. 1
      .gitignore
  2. 2
      src/main/resources/application.properties

1
.gitignore vendored

@ -31,3 +31,4 @@ build/
### VS Code ###
.vscode/
src/main/resources/application.properties

@ -2,7 +2,7 @@
spring.application.name=AssistDBBackend
spring.datasource.url=jdbc:mysql://localhost:3306/prudencetest
spring.datasource.username=root
spring.datasource.password=password
spring.datasource.password=Pompom.21
server.port=9001
logging.level.org.springframework.boot.web.embedded.tomcat=INFO

Loading…
Cancel
Save