Skip to content

Commit 2e088a3

Browse files
committed
REST test, works but no OAuth yet
1 parent ea4cf22 commit 2e088a3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
1+
spring.jpa.hibernate.ddl-auto=none
2+
spring.datasource.url=jdbc:mariadb://<INPUT SERVER IP HERE>:3306/devden
3+
spring.datasource.username=<INPUT USERNAME HERE>
4+
spring.datasource.password=<INPUT PASSWORD HERE>
5+
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
6+
spring.jpa.show-sql=true

0 commit comments

Comments
 (0)