Merge branch 'test-module' of https://git.code.tencent.com/lian-cbtc/rtss-server into test-module-zhouyin
Conflicts: jl-rtss-simulation/ncc/src/main/java/club/joylink/rtss/simulation/ncc/controller/RtsNccMapDataController.java jl-rtss-simulation/pom.xml
This commit is contained in:
commit
254bed7451
|
@ -7,14 +7,14 @@ import org.springframework.web.bind.annotation.*;
|
|||
|
||||
/**
|
||||
* <p>
|
||||
* 前端控
|
||||
* 前端
|
||||
* </p>
|
||||
*
|
||||
* @author walker
|
||||
* @since 2023-02-27
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/api/simulation/ncc/v1")
|
||||
@RequestMapping("/api/simulation/v1")
|
||||
public class RtsNccMapDataController {
|
||||
@Autowired
|
||||
private IRtsNccMapDataRepository mapDataService;
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<modules>
|
||||
<module>ISCS</module>
|
||||
<module>NCC</module>
|
||||
<module>simulation-message</module>
|
||||
</modules>
|
||||
<module>ncc</module>
|
||||
<module>ncc-message</module>
|
||||
</modules>
|
||||
<parent>
|
||||
<groupId>club.joylink.rtss</groupId>
|
||||
<artifactId>rtss-server</artifactId>
|
||||
|
|
Loading…
Reference in New Issue