This is an automated email from the ASF dual-hosted git repository.
liubao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-samples.git.
from 015e630 [SCB-1193]upgread spring boot versions and add easy to use
dependency - samples
new 9c9b18d 项目升级到1.2.0,并且增加相关的说明
new f46f134 fix review comments and add internal access demo
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 14 ++-
dependency_management/README.md | 19 ++++
dependency_management/spring4/pom.xml | 4 +-
dependency_management/spring5/pom.xml | 4 +-
dependency_management/springboot1/pom.xml | 10 +-
dependency_management/springboot2/pom.xml | 3 +-
porter_lightweight/README.md | 109 +++++++++++++++++++++
.../porter/file/api/InternalAccessEndpoint.java | 20 ++--
.../porter/file/api/InternalAccessService.java | 5 +
...Service.java => InternalAccessServiceImpl.java} | 17 ++--
...geSSLCustom.java => InternalAccessHandler.java} | 27 +++--
.../src/main/resources/config/cse.handler.xml | 6 +-
.../src/main/resources/microservice.yaml | 2 +-
porter_lightweight/pom.xml | 2 +-
14 files changed, 198 insertions(+), 44 deletions(-)
create mode 100644 dependency_management/README.md
copy
dependency_management/spring5/src/main/java/org/apache/servicecomb/samples/dependencyManagement/HelloEndpoint.java
=>
porter_lightweight/api/file-service/endpoint/src/main/java/org/apache/servicecomb/samples/porter/file/api/InternalAccessEndpoint.java
(68%)
create mode 100644
porter_lightweight/api/file-service/service/src/main/java/org/apache/servicecomb/samples/porter/file/api/InternalAccessService.java
copy
porter_lightweight/file-service/src/main/java/org/apache/servicecomb/samples/porter/file/service/{FileStoreService.java
=> InternalAccessServiceImpl.java} (75%)
copy
porter_lightweight/gateway-service/src/main/java/org/apache/servicecomb/samples/porter/gateway/{EdgeSSLCustom.java
=> InternalAccessHandler.java} (55%)