Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbus authored Aug 25, 2020
1 parent 1c00039 commit bb27e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ===============================

# Set here configurations for the database connection
spring.datasource.url=jdbc:mysql://demo.subho.xyz:3315/banking3?createDatabaseIfNotExist=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Kolkata&useSSL=false
spring.datasource.url=jdbc:mysql://10.10.1.36:3310/banking3?createDatabaseIfNotExist=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Kolkata&useSSL=false

# Username and secret
spring.datasource.username=subho
Expand Down Expand Up @@ -36,4 +36,4 @@ spring.jpa.properties.hibernate.id.new_generator_mappings=false
# ===============================
# = CHANGE SERVER PORT HERE
# ==============================
#server.port=8080 (uncomment this line to change the default port)
#server.port=8080 (uncomment this line to change the default port)

0 comments on commit bb27e01

Please sign in to comment.