We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4cf22 commit 2e088a3Copy full SHA for 2e088a3
1 file changed
src/main/resources/application.properties
@@ -1 +1,6 @@
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