You can then access Spriing Boot Application here: http://localhost:8080/
You can then access Restfull here: http://localhost:4200/
Our issue tracker is available here: https://github.com/Sudarshan-Gowda/Angular8-SpringBoot-Basic-Authentication/issues
The following items should be installed in your system:
- Eclipse - Spring Tool Suite or Mars
- Server - Apache tomcat 7
- Visual Studio for Angular Repo Import (Optional)
- Install Node JS (https://nodejs.org)
- Install Angular CLI (npm install -g @angular/cli)
- Download this Project from Git.
git clone https://github.com/Sudarshan-Gowda/Angular8-SpringBoot-Basic-Authentication.git
- To Import the Project Using Eclipse or STS
File -> Import -> Maven -> Existing Maven project -> Angular8-SpringBoot-Starter-Security
- To Import the Angular project in Visual Studio File -> Add folder to workspace
Spring Boot Configuration | Class or Java property files |
---|---|
The Main Class | Angular8SpringBootStarterSecurityApplication |
The Main Controller Class | StarterSecurityController |
Properties Files | application.properties |
Install the application, Once it is done start it by running Main class Angular8SpringBootStarterSecurityApplication
- Clone the project from the Git, Once it is successfully installed point the console to the application directory(
angular-basic-auth
). - Install the
npm install
, Once it is done start it by usingnpm start
using command prompt. - Once the application is successfully installed and started, Can be accessed by using url
http://localhost:4200
.
The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests.
For pull requests, editor preferences are available in the editor config for easy use in common text editors.