Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 00e9340

Browse files
fixed url
1 parent b999432 commit 00e9340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/main/resources/application.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spring:
1010
# Database
1111
datasource:
1212
driver-class-name: org.postgresql.Driver
13-
url: jdbc:postgresql://localhost:5432/book_db?createDatabaseIfNotExist=true
13+
url: jdbc:postgresql://localhost:5432/book_db
1414
username: postgres
1515
password: postgres
1616
# JPA properties
@@ -31,4 +31,4 @@ logging:
3131
org.hibernate: DEBUG
3232
# Server configuration
3333
server:
34-
port: 8081 #set your port
34+
port: 8081 #set your port

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /