Commit 80849197 authored by sarojsingh2021's avatar sarojsingh2021
Browse files

application.properties revert

1 merge request!3Delete user
Showing with 6 additions and 2 deletions
+6 -2
# SET CONTEXT PATH
server.port=8081
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
#spring.datasource.url=jdbc:mysql://52.29.100.78:3306/retail_user
#spring.datasource.username=root
#spring.datasource.password=Rain123#$
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://52.29.100.78:3306/retail_user
spring.datasource.url=jdbc:mysql://localhost:3306/retail_user?useSSL=false
spring.datasource.username=root
spring.datasource.password=Rain123#$
spring.datasource.password=root
spring.http.multipart.max-file-size=10MB
spring.http.multipart.max-request-size=10MB
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment