Cannot use import statement outside a module
原因:在commonJS中用了es6的语法,import。分析: 一般我们的运行环境按照模块化标准来分,可以分为es6和commonJS两种,在es6中引入模块用import,在commonJS中…
在SpringBoot编译打包工程的时候出现There are test failures的问题。这种情况可以在主工程的pom.xml中引入下面的插件配置:
<build><plugins><plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-m…