| | |
| | | <artifactId>spring-boot-starter-web</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.zy</groupId> |
| | | <artifactId>acs-rpc</artifactId> |
| | | <version>1.0.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>io.netty</groupId> |
| | | <artifactId>netty-all</artifactId> |
| | | <version>4.1.25.Final</version> |
| | |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.zy</groupId> |
| | | <artifactId>acs-framework</artifactId> |
| | | <artifactId>acs-common</artifactId> |
| | | <version>1.0.0</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |
| | | <finalName>rcs-gateway</finalName> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |