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 54667c2

Browse files
add: Another app properties
1 parent acb7075 commit 54667c2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
spring.datasource.url=jdbc:mysql://localhost:3306/myblog
2-
spring.datasource.username=bestuser
3-
spring.datasource.password=bestuser
1+
spring.datasource.url=jdbc:mysql://javajdk.cwhtfxb3sdkv.eu-north-1.rds.amazonaws.com:3306/myblog
2+
spring.datasource.username=root
3+
spring.datasource.password=javajdk123
44

55
# hibernate properties
6-
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
6+
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
77

88
# hibernate ddl auto (create, create-drop, validate, update)
9-
spring.jpa.hibernate.ddl-auto=update
9+
spring.jpa.hibernate.ddl-auto=update
10+
11+
server.port=5000

‎src/main/resources/application.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
app.jwt-secret=ce02356f9917223373f26bb97ef5c3e4fafef9cde898bf9cf960e7d08e74ffef
1414
app-jwt-expiration-milliseconds=604800000
1515

16-
spring.profiles.active=dev
16+
spring.profiles.active=prod

0 commit comments

Comments
(0)

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