Only enable security config for h2-console when property is set
This commit is contained in:
@@ -5,4 +5,5 @@ jwt.sessionTime=86400
|
||||
mybatis.config-location=classpath:mybatis-config.xml
|
||||
mybatis.mapper-locations=mapper/*.xml
|
||||
logging.level.io.spring.infrastructure.mybatis.readservice.ArticleReadService=DEBUG
|
||||
spring.h2.console.enabled=true
|
||||
# Uncomment the following line to enable and allow access to the h2-console
|
||||
#spring.h2.console.enabled=true
|
||||
|
||||
Reference in New Issue
Block a user