zlt-mp v3.4.0 release, based on Spring Cloud Alibaba micro-service platform

Project Introduction

Based SpringBoot2.x, SpringCloud and SpringCloudAlibaba and front and rear end of the separation of micro-enterprise level multi-tenant service system architecture.

 

Released version v3.4.0

  • Home increased day traffic trends and optimize chart styles
  • Increase the separation of the front and rear ends of the single sign-on sample project  web-sso 
  • Based  security  implementation  sso-demo  increase logout function
  • Authorities UAA optimization of out interface, support for custom callback address
  • Optimized  back-web  out of the front end engineering logic
  • When the addition zone optimizing data source configuration parameters
  • Upgrade  zlt-register / nacos  to  1.2.0 

Description

First, the increase in home day traffic trends

Statistical traffic trends within the last 24 hours

mark

 

Second, the front and rear ends isolated single sign-sample

zlt-demo / sso-demo / web-sso process

2.1. Start the following services

  1. zlt-uaa: unified authentication center
  2. user-center: customer service
  3. sc-gateway: api gateway
  4. back-web: webApp application front page
  5. web-sso: single sign-on demo (app application)

2.2. Test Procedure

  1. oauth-center database to perform the following sql
    update oauth_client_details set 
     authorized_grant_types = 'authorization_code,password,refresh_token', 
     web_server_redirect_uri = 'http://127.0.0.1:8081/login.html'
    where client_id = 'app'
    
  2. By address  http://127.0.0.1:8066  be logged webApp application

mark

3. Open a new browser tab (sharing session), the address  http://127.0.0.1:8081  successfully displays information such as the name of the currently logged on user access app application, single sign-on

mark

 

Third, the logout interface supports custom jump address

http://localhost:9900/api-uaa/oauth/remove/token?access_token={access_token}&redirect_uri={redirect_uri}

redirect_uri callback address parameters after successful logout, optional

Guess you like

Origin www.oschina.net/news/114112/zlt-mp-3-4-0-released