feat: 解决mybatis-flex和mybatis sql 冲突问题

This commit is contained in:
landaiqing
2024-06-02 03:05:05 +08:00
parent b15a929bb9
commit bb74574bc3
13 changed files with 13 additions and 161 deletions

View File

@@ -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);

View File

@@ -1,8 +1,6 @@
spring:
application:
name: schisandra-cloud-storage-system-dev
profiles:
active: dev
name: schisandra-cloud-storage-system
cloud:
nacos:
config: