find:()修改接口名称 添加cloud-property-remote pom共享依赖

master
Yueng 2024-09-08 19:23:09 +08:00
parent 954e5c330b
commit 0ef04a83a0
2 changed files with 13 additions and 1 deletions

View File

@ -16,5 +16,17 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.muyu</groupId>
<artifactId>cloud-property-common</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.muyu</groupId>
<artifactId>cloud-property-server</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>

View File

@ -71,7 +71,7 @@ public class DataLinkController {
* @param dataTableName
* @return
*/
@PostMapping("/findSelectDataShow")
@PostMapping("/findSelectTableShow")
public Result<List<TableNames>> findSelectTableShow(
@RequestParam("dataTableName") String dataTableName){
List<TableNames> longs = dataLinkService.findSelectTableShow(dataTableName);