Skip to content

Commit 1e6a9e7

Browse files
committed
V1.5
1 parent 650552c commit 1e6a9e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ spring.jpa.show-sql=true
1111

1212

1313
#h2数据库控制台设置
14-
spring.h2.console.settings.web-allow-others=true
14+
spring.h2.console.settings.web-allow-others=false
1515
spring.h2.console.path=/h2-console
16-
spring.h2.console.enabled=true
16+
spring.h2.console.enabled=false
1717

1818

1919
spring.servlet.multipart.max-file-size=100MB

0 commit comments

Comments
 (0)