NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
```  Parent继承 <parent> <artifactId>sohelp-ide-parent</artifactId> <groupId>net.sohelp.ide</groupId> <version>1.1.4</version> </parent>  LayUI开发平台继承 <dependency> <groupId>net.sohelp.ide</groupId> <artifactId>sohelp-ide-element-spring-boot-starter</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> </dependency> ```