代码
未读
Springboot跨域问题
原因 之前Config类是implements WebMvcConfigurer //请求跨域
final String ORIGINS[] = new String[] { "GET", "POST", "PUT", "DELETE" };
@Override
public
代码
未读
宝塔部署War包的SpringBoot
1.调整pom.xml 加入war <groupId>com.jam</groupId>
<artifactId>childrenmonitor</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging> //说