#支持微服务,添加facade支持,用于开放跨项目的rpc能力
This commit is contained in:
11
template/facade/pom.xml
Normal file
11
template/facade/pom.xml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?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">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>{{ .groupId }}</groupId>
|
||||||
|
<artifactId>{{ .artifactId }}</artifactId>
|
||||||
|
<version>${revision}</version>
|
||||||
|
</parent>
|
||||||
|
<artifactId>{{ .artifactId }}-facade</artifactId>
|
||||||
|
</project>
|
||||||
@@ -309,5 +309,6 @@
|
|||||||
<module>entrance</module>
|
<module>entrance</module>
|
||||||
<module>common</module>
|
<module>common</module>
|
||||||
<module>public_service</module>
|
<module>public_service</module>
|
||||||
|
<module>facade</module>
|
||||||
</modules>
|
</modules>
|
||||||
</project>
|
</project>
|
||||||
Reference in New Issue
Block a user