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.
- Host: GitHub
- URL: https://github.com/mkdika/refactor-spring-rest-api
- Owner: mkdika
- License: mit
- Created: 2020-02-21T11:47:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T11:18:25.000Z (over 6 years ago)
- Last Synced: 2025-01-31T09:45:16.040Z (over 1 year ago)
- Topics: demo, refactoring, rest-api, spring-boot-2
- Language: Kotlin
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Refactoring Spring REST API
[](/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.