find:()修改接口名称 添加cloud-property-remote pom共享依赖
parent
954e5c330b
commit
0ef04a83a0
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue