Skip to content

Commit

Permalink
[SCB-2733]provide edge service and resource server project (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
liubao68 authored Nov 29, 2022
1 parent b22a9e7 commit f94b116
Show file tree
Hide file tree
Showing 44 changed files with 9 additions and 50 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This project is servicecomb-java-chassis security support. The main architecture

## Project description

This project contains api, authentication-server and samples folders. Api folder contains components used in Authentication Server, Edge Service and Resource Server. Authentcation Server imeplentation is based on api. And samples folder gives a working example showing how to use these apis.
This project contains authentication-server, resource server and edge service.

* Prepare

Expand Down Expand Up @@ -45,5 +45,4 @@ This test will token several seconds. See AuthenticationTestCase for testing det

## Contact Us
* [issues](https://issues.apache.org/jira/browse/SCB)
* [gitter](https://gitter.im/ServiceCombUsers/Lobby)
* mailing list: [subscribe](mailto:[email protected]) [view](https://lists.apache.org/[email protected])
3 changes: 1 addition & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## 项目说明

项目包含了authentication-server,api和samples等目录。其中api目录主要提供给Authentication Server, Edge Service and Resource Server使用的api,authentication-server基于api实现, samples目录基于api提供一个完整的开发示例
项目包含了authentication-server,resource-server和edge-service 3个子项目,分工协作完成使用微服务架构的认证鉴权方案

* 准备

Expand Down Expand Up @@ -46,5 +46,4 @@ http://localhost:9093/v1/test/start

## 联系我们
* [提交issues](https://issues.apache.org/jira/browse/SCB)
* [gitter聊天室](https://gitter.im/ServiceCombUsers/Lobby)
* 邮件列表: [订阅](mailto:[email protected]) [浏览](https://lists.apache.org/[email protected])
8 changes: 4 additions & 4 deletions build_and_run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ REM run the application locally
cd %HOME%\authentication-server\target
start java -jar authentication-server-0.0.1-SNAPSHOT.jar

cd %HOME%\samples\EdgeService\target
cd %HOME%\edge-service\target
start java -jar edge-service-0.0.1-SNAPSHOT.jar

cd %HOME%\samples\ResourceServer\target
cd %HOME%\resource-server\target
start java -jar resource-server-0.0.1-SNAPSHOT.jar

cd %HOME%\samples\Client\target
cd %HOME%\integration-tests\target
start java -jar client-0.0.1-SNAPSHOT.jar

cd %HOME%
cd %HOME%
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@

<modules>
<module>api</module>
<module>edge-service</module>
<module>authentication-server</module>
<module>samples</module>
<module>resource-server</module>
<module>integration-tests</module>
</modules>

<dependencyManagement>
Expand Down
File renamed without changes.
41 changes: 0 additions & 41 deletions samples/pom.xml

This file was deleted.

0 comments on commit f94b116

Please sign in to comment.