Commit 85fcb26d by cc150520900118

增加跨域配置

parent 53ac5634
package com.founder.eszy.esExtract; package com.founder.eszy.esExtract;
import com.founder.commonutils.entity.Receiving;
import com.founder.commonutils.esEntity.Syss; import com.founder.commonutils.esEntity.Syss;
import com.founder.commonutils.publicEntity.R; import com.founder.commonutils.publicEntity.R;
import com.founder.commonutils.publicEntity.Receiving;
import com.founder.eszy.mapper.SyssMapper; import com.founder.eszy.mapper.SyssMapper;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;
......
...@@ -2,8 +2,8 @@ package com.founder.eszy.mapper; ...@@ -2,8 +2,8 @@ package com.founder.eszy.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.founder.commonutils.entity.Receiving;
import com.founder.commonutils.esEntity.Syss; import com.founder.commonutils.esEntity.Syss;
import com.founder.commonutils.publicEntity.Receiving;
import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Mapper;
import java.util.List; import java.util.List;
......
...@@ -87,6 +87,11 @@ ...@@ -87,6 +87,11 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-elasticsearch</artifactId> <artifactId>spring-boot-starter-data-elasticsearch</artifactId>
</dependency> </dependency>
<!--spring切面aop依赖-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!--swagger--> <!--swagger-->
<dependency> <dependency>
<groupId>io.springfox</groupId> <groupId>io.springfox</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment