提交 f910b033 编写于 作者: L lvxuhong

客户端整合Spring

上级 8d08d44e
......@@ -15,4 +15,6 @@
/.settings
*/.settings
.classpath
.project
\ No newline at end of file
.project
Target/
*.iml
\ No newline at end of file
......@@ -32,6 +32,7 @@
<module>example-client</module>
<module>example-server</module>
<module>rpc-framework-common</module>
<module>rpc-framework-spring</module>
</modules>
<dependencies>
<!-- lombok -->
......
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>guide-rpc-framework</artifactId>
<groupId>github.javaguide</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>rpc-framework-spring</artifactId>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.2.6.RELEASE</version>
</dependency>
<dependency>
<groupId>github.javaguide</groupId>
<artifactId>rpc-framework-simple</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册