├── 9781484231975.jpg ├── Chapter-1 └── HelloSpringBoot.zip ├── Chapter-2 └── UserRegistrationSystem.zip ├── Chapter-4 ├── UserRegistrationSystem - against database.zip ├── UserRegistrationSystem - in memory.zip ├── UserRegistrationSystem - in properties file.zip └── UserRegistrationSystem.zip ├── Chapter-5 ├── UserRegistrationSystem - Send Authorization header.zip └── UserRegistrationSystem - login form.zip ├── Chapter-6 ├── UserRegistrationSystem.zip └── UserRegistrationSystemClient.zip ├── Chapter-7 └── UserRegistrationSystem.zip ├── LICENSE.txt ├── README.md ├── chapter-3 └── UserRegistrationSystem.zip └── contributing.md /9781484231975.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/full-stack-angularjs-for-java-devs/93d5c6e478db348efe9a552d44def749f592d6cf/9781484231975.jpg -------------------------------------------------------------------------------- /Chapter-1/HelloSpringBoot.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/full-stack-angularjs-for-java-devs/93d5c6e478db348efe9a552d44def749f592d6cf/Chapter-1/HelloSpringBoot.zip -------------------------------------------------------------------------------- /Chapter-2/UserRegistrationSystem.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/full-stack-angularjs-for-java-devs/93d5c6e478db348efe9a552d44def749f592d6cf/Chapter-2/UserRegistrationSystem.zip -------------------------------------------------------------------------------- /Chapter-4/UserRegistrationSystem - against database.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/full-stack-angularjs-for-java-devs/93d5c6e478db348efe9a552d44def749f592d6cf/Chapter-4/UserRegistrationSystem - against database.zip -------------------------------------------------------------------------------- /Chapter-4/UserRegistrationSystem - in memory.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/full-stack-angularjs-for-java-devs/93d5c6e478db348efe9a552d44def749f592d6cf/Chapter-4/UserRegistrationSystem - in memory.zip -------------------------------------------------------------------------------- /Chapter-4/UserRegistrationSystem - in properties file.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/full-stack-angularjs-for-java-devs/93d5c6e478db348efe9a552d44def749f592d6cf/Chapter-4/UserRegistrationSystem - in properties file.zip -------------------------------------------------------------------------------- /Chapter-4/UserRegistrationSystem.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/full-stack-angularjs-for-java-devs/93d5c6e478db348efe9a552d44def749f592d6cf/Chapter-4/UserRegistrationSystem.zip -------------------------------------------------------------------------------- /Chapter-5/UserRegistrationSystem - Send Authorization header.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/full-stack-angularjs-for-java-devs/93d5c6e478db348efe9a552d44def749f592d6cf/Chapter-5/UserRegistrationSystem - Send Authorization header.zip -------------------------------------------------------------------------------- /Chapter-5/UserRegistrationSystem - login form.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/full-stack-angularjs-for-java-devs/93d5c6e478db348efe9a552d44def749f592d6cf/Chapter-5/UserRegistrationSystem - login form.zip -------------------------------------------------------------------------------- /Chapter-6/UserRegistrationSystem.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/full-stack-angularjs-for-java-devs/93d5c6e478db348efe9a552d44def749f592d6cf/Chapter-6/UserRegistrationSystem.zip -------------------------------------------------------------------------------- /Chapter-6/UserRegistrationSystemClient.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/full-stack-angularjs-for-java-devs/93d5c6e478db348efe9a552d44def749f592d6cf/Chapter-6/UserRegistrationSystemClient.zip -------------------------------------------------------------------------------- /Chapter-7/UserRegistrationSystem.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/full-stack-angularjs-for-java-devs/93d5c6e478db348efe9a552d44def749f592d6cf/Chapter-7/UserRegistrationSystem.zip -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/full-stack-angularjs-for-java-devs/93d5c6e478db348efe9a552d44def749f592d6cf/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Apress Source Code 2 | 3 | This repository accompanies [*Full Stack AngularJS for Java Developers*](http://www.apress.com/9781484231975) by Ravi Kant Soni (Apress, 2017). 4 | 5 | [comment]: #cover 6 | ![Cover image](9781484231975.jpg) 7 | 8 | Download the files as a zip using the green button, or clone the repository to your machine using Git. 9 | 10 | ## Releases 11 | 12 | Release v1.0 corresponds to the code in the published book, without corrections or updates. 13 | 14 | ## Contributions 15 | 16 | See the file Contributing.md for more information on how you can contribute to this repository. 17 | -------------------------------------------------------------------------------- /chapter-3/UserRegistrationSystem.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/full-stack-angularjs-for-java-devs/93d5c6e478db348efe9a552d44def749f592d6cf/chapter-3/UserRegistrationSystem.zip -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- 1 | # Contributing to Apress Source Code 2 | 3 | Copyright for Apress source code belongs to the author(s). However, under fair use you are encouraged to fork and contribute minor corrections and updates for the benefit of the author(s) and other readers. 4 | 5 | ## How to Contribute 6 | 7 | 1. Make sure you have a GitHub account. 8 | 2. Fork the repository for the relevant book. 9 | 3. Create a new branch on which to make your change, e.g. 10 | `git checkout -b my_code_contribution` 11 | 4. Commit your change. Include a commit message describing the correction. Please note that if your commit message is not clear, the correction will not be accepted. 12 | 5. Submit a pull request. 13 | 14 | Thank you for your contribution! --------------------------------------------------------------------------------