Skip to content

Commit

Permalink
fixed application properties
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasFreibur authored and JonasFreibur committed Apr 21, 2020
1 parent 03af97c commit 19f48df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions SitNBeer/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#spring.datasource.url=jdbc:mysql://157.26.83.83:3306/spring_db_2020
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/sitnbeer
spring.datasource.url=jdbc:mysql://157.26.83.83:3306/spring_db_2020
#spring.datasource.url=jdbc:mysql://127.0.0.1:3306/sitnbeer
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=dev
spring.datasource.password=password
spring.datasource.username=root
spring.datasource.password=root
spring.jpa.database-platform = org.hibernate.dialect.MySQL5Dialect
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=update
Expand Down
8 changes: 4 additions & 4 deletions SitNBeer/target/classes/application.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#spring.datasource.url=jdbc:mysql://157.26.83.83:3306/spring_db_2020
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/sitnbeer
spring.datasource.url=jdbc:mysql://157.26.83.83:3306/spring_db_2020
#spring.datasource.url=jdbc:mysql://127.0.0.1:3306/sitnbeer
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=dev
spring.datasource.password=password
spring.datasource.username=root
spring.datasource.password=root
spring.jpa.database-platform = org.hibernate.dialect.MySQL5Dialect
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=update
Expand Down

0 comments on commit 19f48df

Please sign in to comment.