Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

📋 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

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

GitHub repo sizeGitHub pull requestsGitHub Repo starsGitHub last commit

📄 Table of contents

General info

  • Displays Java back end user data in a front end Angular list.

Technologies

Setup

  • Backend: change directory to/springboot-backend and run java code
  • Frontend: runng serve from/angular-frontend

Code Examples

  • UserController class to get a list of all users
publicclassUserController {@AutowiredprivateUserRepositoryuserRepository;@GetMapping("users")publicList<User>getUsers() {returnthis.userRepository.findAll();}}

Features

  • Backend java user data passed to frontend

Status

  • Status: Working. Updated may 2021.
  • To-Do: Nothing

Inspiration

Screenshots

Example screenshot

📁 License

  • This project is licensed under the terms of the MIT license.

✉️ Contact

About

📋 App to pass data from Java backend to Angular frontend

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp