An open API service indexing awesome lists of open source software.

https://github.com/mkdika/refactor-spring-rest-api

Refactoring Spring REST API tutorial source code.
https://github.com/mkdika/refactor-spring-rest-api

demo refactoring rest-api spring-boot-2

Last synced: over 1 year ago
JSON representation

Refactoring Spring REST API tutorial source code.

Awesome Lists containing this project

README

          

# Refactoring Spring REST API

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](/LICENSE)

The source code repository of refactoring Spring REST API tutorial.

## Refactoring list

- [X] Request validation
- [X] Controller advisor
- [ ] ~~Action pattern~~ Service layer component
- [ ] Unit tests controller

## Copyright and License

Copyright 2020 Maikel Chandika (mkdika@gmail.com). Code released under the MIT License. See [LICENSE](/LICENSE) file.