# Build RESTful APIs with Spring MVC

## Build RESTful APIs with Spring MVC

- [Introduction](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/master.md)
- [Overview](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/overview.md)
- [An introduction to REST](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/rest.md)
- [Prerequisites](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/prerequisites.md)
- [Getting Started](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/getting-started.md)
- [Project skeleton](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/getting-started/init.md)
- [Configure Spring WebMVC](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/getting-started/mvc.md)
- [Configure Datasource](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/getting-started/datasource.md)
- [Configure JPA](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/getting-started/jpa.md)
- [Configure Spring Security](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/getting-started/security.md)
- [Configure Swagger](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/getting-started/security-1.md)
- [Maven profiles and Spring profiles](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/getting-started/profile.md)
- [Getting started with Spring Boot](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/boot-gs.md)
- [Project skeleton](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/boot-gs/init.md)
- [Configure Datasource](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/boot-gs/datasource.md)
- [Configure JPA](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/boot-gs/jpa.md)
- [Configure Spring Security](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/boot-gs/security.md)
- [Configure Swagger](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/boot-gs/swagger.md)
- [Maven profiles and Spring profiles](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/boot-gs/profile.md)
- [Build REST API](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/build-rest.md)
- [Handle Exceptions](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/exception.md)
- [Test APIs](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/testing.md)
- [Visualize and document REST APIs](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/swagger.md)
- [Secure APIs](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/security.md)
- [Upgrade to Spring Boot 1.4](https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/boot-1.4.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://hantsy.gitbook.io/build-a-restful-app-with-spring-mvc-and-angularjs/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
