Skip to content

Commit

Permalink
Trying to get test on Github running
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszRostek committed Feb 15, 2024
1 parent d2c4416 commit 7cc6f5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
spring.datasource.username=root
spring.datasource.password=1234
spring.datasource.url=jdbc:mysql://localhost:3306/test?serverTimeZone=UTC
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

spring.jpa.open-in-view=false
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=create-drop

rick.and.morty.characters.last.page=42
rick.and.morty.characters.last.page=4

0 comments on commit 7cc6f5e

Please sign in to comment.