- Notifications
You must be signed in to change notification settings - Fork0
📋 App to pass data from Java backend to Angular frontend
License
NotificationsYou must be signed in to change notification settings
AndrewJBateman/springboot-angular-interface
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
- Angular client with Java Spring boot back-end used to display simple list of users
- Note: to open web links in a new window use:ctrl+click on link
- Displays Java back end user data in a front end Angular list.
- Backend: change directory to
/springboot-backendand run java code - Frontend: run
ng servefrom/angular-frontend
UserControllerclass to get a list of all users
publicclassUserController {@AutowiredprivateUserRepositoryuserRepository;@GetMapping("users")publicList<User>getUsers() {returnthis.userRepository.findAll();}}
- Backend java user data passed to frontend
- Status: Working. Updated may 2021.
- To-Do: Nothing
- This project is licensed under the terms of the MIT license.
- Repo created byABateman, email:gomezbateman@yahoo.com
About
📋 App to pass data from Java backend to Angular frontend
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
