Movatterモバイル変換


[0]ホーム

URL:


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

Commit1ed48bb

Browse files
Step 2. Configure JPA datasource for postgres
1 parent0c53a40 commit1ed48bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
spring.application.name=blog
2+
#Datasource configuration
3+
spring.datasource.url=jdbc:postgresql://localhost/blog
4+
spring.datasource.username=root
5+
spring.datasource.password=root
6+
spring.datasource.driver-class-name=org.postgresql.Driver

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp