Skip to content
#

springbootadmin

Here are 21 public repositories matching this topic...

wallowbear
wallowbear commented Apr 12, 2019

直接npm i &&npm run dev无法直接跑起项目 ,现在卡在mock模拟初始数据这个块,看配置用的是webpack4 & babel 7 ,找了网上的.babel 7配置

{
"presets": [
["@babel/preset-env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
},
"useBuiltIns": "usage"
}]
],
"plugins": ["transform-vue-jsx","@babel/plugin-syntax-dynamic-import"]
}

目前跑起来,但console报错

SpringBoot2脚手架结合Spring Boot Admin、SpringSecurity、JWT认证、Mybatis Plus、Spring Cache、Redis、Hibernate Validator、WebSocket、jasypt 配置文件加密、分布式锁、分布式任务调度、异步日志、权限管理、用户管理、角色管理

  • Updated Jul 26, 2019
  • Java

Improve this page

Add a description, image, and links to the springbootadmin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the springbootadmin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.