Skip to content
This repository was archived by the owner on Jul 29, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ server.port=9080

# database config
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/balance_db
spring.datasource.url=jdbc:mysql://localhost:3306/balance_db?sessionVariables=sql_mode=''
spring.datasource.username=root
spring.datasource.password=root

Expand Down
2 changes: 1 addition & 1 deletion stock-mng/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spring.mvc.static-path-pattern=/**

# database config
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/stock_db
spring.datasource.url=jdbc:mysql://localhost:3306/stock_db?sessionVariables=sql_mode=''
spring.datasource.username=root
spring.datasource.password=root

Expand Down