add: mybatis-plus日志输出p6spy、多数据源配置

This commit is contained in:
2023-08-24 13:31:26 +08:00
parent e3670ca4d7
commit b6dc567c17
16 changed files with 386 additions and 86 deletions

View File

@@ -19,6 +19,8 @@ module.exports = {
lintOnSave: process.env.NODE_ENV === 'development',
productionSourceMap: false,
devServer: {
allowedHosts: ['all'],
disableHostCheck: true,
port: port,
open: false,
overlay: {