Maven phase
-
validate (download dependency) ->
-
compile (source code) ->
-
test (unit test) ->
-
package (jar) ->
-
install (local repo) ->
-
deploy (remote repo)
Servlet VS Reactive Stack

Lombok
Lombok is controversial project.
-
@Getter, @Setter, @Data
-
valkeyword to define local variable, it will use implied initiating type and equivalent tofinal.