Skip to content

Commit

Permalink
connection with DB
Browse files Browse the repository at this point in the history
  • Loading branch information
twoweekhee committed Feb 22, 2025
1 parent 856303a commit ad774bf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ out/

### VS Code ###
.vscode/

### application-local ###
/src/main/resources/application-local.yml
3 changes: 0 additions & 3 deletions src/main/resources/application-local.yml

This file was deleted.

9 changes: 8 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@ spring:
application:
name: server
profiles:
active: local
active: local

jpa:
hibernate:
ddl-auto: none
properties:
hibernate:
format_sql: true

0 comments on commit ad774bf

Please sign in to comment.