mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-20 14:24:15 +00:00
deps: Refactor dependencies (#3224)
* remove spring dep move junit, logging, mockito under dep mgmt * upgrade anti-corruption-layer deps * async method invocation * balking, bloc * bridge to bytecode * caching * callback - cqrs * component - health check * hexagonal - metadata mapping * rest of the patterns * remove checkstyle, take spotless into use
This commit is contained in:
@@ -30,10 +30,11 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
/**
|
||||
* Page Controller pattern is utilized when we want to simplify relationship in a dynamic website.
|
||||
* It is an approach of one front page leading to one logical file that handles HTTP requests and actions.
|
||||
* In this example, we build a website with signup page handling an input form with Signup Controller, Signup View, and Signup Model
|
||||
* and after signup, it is redirected to a user page handling with User Controller, User View, and User Model.
|
||||
*/
|
||||
* It is an approach of one front page leading to one logical file that handles HTTP requests and
|
||||
* actions. In this example, we build a website with signup page handling an input form with Signup
|
||||
* Controller, Signup View, and Signup Model and after signup, it is redirected to a user page
|
||||
* handling with User Controller, User View, and User Model.
|
||||
*/
|
||||
@Slf4j
|
||||
@SpringBootApplication
|
||||
public class App {
|
||||
|
||||
Reference in New Issue
Block a user