We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74ece2a + 915272c commit 577b1ddCopy full SHA for 577b1dd
biometric-nbi/src/main/resources/application.properties
@@ -14,7 +14,8 @@ spring.jpa.hibernate.ddl-auto=none
14
#spring.datasource.username=root
15
#spring.datasource.password=root
16
#spring.datasource.url=jdbc:mysql://localhost:3506/biometric
17
-spring.datasource.url=jdbc:mysql://127.0.0.1:3306/biometric
+# nodeport - local host
18
+spring.datasource.url=jdbc:mysql://127.0.0.1:30306/biometric
19
spring.datasource.username=root
20
spring.datasource.password=password
21
# deprecated
0 commit comments