We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650552c commit 1e6a9e7Copy full SHA for 1e6a9e7
src/main/resources/application.properties
@@ -11,9 +11,9 @@ spring.jpa.show-sql=true
11
12
13
#h2数据库控制台设置
14
-spring.h2.console.settings.web-allow-others=true
+spring.h2.console.settings.web-allow-others=false
15
spring.h2.console.path=/h2-console
16
-spring.h2.console.enabled=true
+spring.h2.console.enabled=false
17
18
19
spring.servlet.multipart.max-file-size=100MB
0 commit comments