# 微服务开发的起点.前端 **Repository Path**: zmhhxl/angular_front_end ## Basic Information - **Project Name**: 微服务开发的起点.前端 - **Description**: 微服务前端,配套授权服务器,使用angular及angular-oauth2-oidc库 - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-23 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: 微服务前端, Angular, angular-oauth2-oidc ## README # AngularClient This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.11. * 本项目完成了Spring Security OAuth2的认证授权流程,使用angular 13.3.0 前端还包括angular-oauth2-oidc的使用,后端使用Spring security authroization server 自定义登录页面,remember-me功能,以及jwt token的生成和验证。 * 后端还添加了jwt token自定义配置及userinfo的自定义配置。 * 前端还添加了angular-oauth2-oidc的自定义配置。 * spring cloud gateway及spring security resource server的配置。 * 对于开发angular 加 spring cloud gateway 及授权服务器Spring security authroization server的配置, 是一个很好的起点。 ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. user name: user1 password: p ## Code scaffolding Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. ## Build Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. ## run in idea run ng serve ## Running unit tests Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). ## Running end-to-end tests Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities. ## Further help To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. # 延伸阅读 * 模板的使用 https://gitee.com/zmhhxl/zmhhxl 利用此模板,可以快速搭建Spring Boot + Spring Security + Angular 13.3.0 的微服务项目。