Commit ace2760f authored by 郭人方's avatar 郭人方

docs:LDP框架filter修改说明文档。

parent 8c22c628
...@@ -5,13 +5,17 @@ ...@@ -5,13 +5,17 @@
添加脚本:V1.1.7__alter_ldp_uaa_app_client.sql 添加脚本:V1.1.7__alter_ldp_uaa_app_client.sql
依赖包: 添加依赖包:
```xml
<dependency> <dependency>
<groupId>com.sinra.ldp</groupId> <groupId>com.sinra.ldp</groupId>
<artifactId>base-api</artifactId> <artifactId>base-api</artifactId>
<version>${ldp.version}</version> <version>${ldp.version}</version>
</dependency> </dependency>
```
代码样例:
```java ```java
/** /**
* service-uaa 添加接口 ,类:AppClientRest.java 根据frontAppId 获取信息 * service-uaa 添加接口 ,类:AppClientRest.java 根据frontAppId 获取信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment