Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/server' into feature/
Browse files Browse the repository at this point in the history
  • Loading branch information
ywj9811 committed Nov 18, 2022
2 parents d42a738 + 776765e commit 2f63995
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
server.port=9191

#DataSource
spring.datasource.url=jdbc:mysql://localhost:3306/team4
spring.datasource.username=root
spring.datasource.password=2443
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

spring.mvc.hiddenmethod.filter.enabled=true

logging.level.org.springframework.jdbc=debug

0 comments on commit 2f63995

Please sign in to comment.