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 9fd069c commit dd92638Copy full SHA for dd92638
frameworks/Java/tio-http-server/src/main/resources/app.properties
@@ -1,9 +1,9 @@
1
http.response.header.showServer=true
2
3
-JDBC_URL=jdbc:mysql://192.168.3.9/hello_world?useSSL=false&allowPublicKeyRetrieval=true
4
-JDBC_USER=root
5
-JDBC_PSWD=robot_123456#
+#JDBC_URL=jdbc:mysql://192.168.3.9/hello_world?useSSL=false&allowPublicKeyRetrieval=true
+#JDBC_USER=root
+#JDBC_PSWD=robot_123456#
6
7
-#JDBC_URL=jdbc:mysql://tfb-database/hello_world
8
-#JDBC_USER=benchmarkdbuser
9
-#JDBC_PSWD=benchmarkdbpass
+JDBC_URL=jdbc:mysql://tfb-database/hello_world
+JDBC_USER=benchmarkdbuser
+JDBC_PSWD=benchmarkdbpass
0 commit comments