feat: 解决mybatis-flex和mybatis sql 冲突问题
This commit is contained in:
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMethod;
|
||||
import org.springframework.web.bind.annotation.RequestParam;
|
||||
|
||||
@FeignClient("schisandra-cloud-storage-system-dev")
|
||||
@FeignClient("schisandra-cloud-storage-system")
|
||||
public interface SchisandraSystemFeignService {
|
||||
@PostMapping(value = "/system/getConfigByKey")
|
||||
Result<SchisandraSysConfigDTO> getConfigByKey(@RequestParam(value = "key") String key);
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
spring:
|
||||
application:
|
||||
name: schisandra-cloud-storage-system-dev
|
||||
profiles:
|
||||
active: dev
|
||||
name: schisandra-cloud-storage-system
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user