mirror of
https://gitee.com/anji-plus/report.git
synced 2026-05-20 08:47:18 +08:00
update
This commit is contained in:
@@ -142,7 +142,7 @@ sql文件的目录在:report-core --> src --> main --> resources -- > db.migra
|
||||
已知以下版本存在兼容性问题
|
||||
- Node.js V16
|
||||
- Jdk 11
|
||||
- Mysql 8.0
|
||||
- Mysql 8.0(8.0.26版本没有问题,8.0.21版本存在问题)
|
||||
- Windows 11
|
||||
|
||||
AJ-Report 使用Druid,版本为1.2.6,如果你觉得你配置都是正常但是数据源测试不过,请尝试降低Druid版本
|
||||
|
||||
@@ -4,6 +4,6 @@ const prodEnv = require('./prod.env')
|
||||
|
||||
module.exports = merge(prodEnv, {
|
||||
NODE_ENV: '"development"',
|
||||
//BASE_API: '"http://127.0.0.1:9095"'
|
||||
BASE_API: '"http://10.108.26.197:9095"'
|
||||
BASE_API: '"http://127.0.0.1:9095"'
|
||||
//BASE_API: '"http://10.108.26.197:9095"'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user