You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
#beetlsql.ds.baseDataSource.basePackage=com
#beetlsql.ds.baseDataSource.dbStyle=org.beetl.sql.core.db.MySqlStyle
##beetlsql.basePackage=com.ibeetl,com.xxx.yourpackage
##有一个数据源命名为baseDataSource,你可以添加多数据源
#beetlsql.mutiple.datasource=baseDataSource
# 1, 1 是管理员密码,相当于启动后就登录,方便测试,系统需要取消这俩个配置
#user.id=1
#user.orgId=1
#打开审计功能,开发模式应该关闭
#audit.enable=false
#单机情况下使用hashmap存放回话, 集群下可以参考springboot 使用redis
#spring.session.store-type=HASH_MAP
#spring.cache.type=
#spring.cache.type=simple
#logging.level.root=info
#logging.level.org.springframework.web.servlet.mvc.method.annotation=warn
#logging.file = my.log
#server.max-http-header-size=102400
#server.port=8080
#html视图交给beetl渲染
#beetl.suffix=html
#app.name=SpringBoot-Plus
#logging.pattern.console=%-4relative [%thread] %-5level %logger{256} %M %L - %msg%n
#文档预览服务的调用地址, 参考https://gitee.com/kekingcn/file-online-preview 安装,没有如下配置无法使用预览功能
#file.previewURL=http://localhost:8012/onlinePreview