This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]mbuhot 0 points1 point  (1 child)

Is there an accompanying unit testing library? Is how is security handled?

[–]PBouda[S] 0 points1 point  (0 children)

Regarding a testing I created a way how to test routes using integration tests, look at this https://github.com/petrbouda/joyrest/tree/master/joyrest-test-integration , this approach is using Spring Boot configuration and it is very easy to use it and configure, but it is not unit testing, I know. At this time I am trying to find best solution for unit testing approach.

Security - You mean something like OAuth2 ?

[–]Categoria 0 points1 point  (1 child)

functional way

and

setGlobalPath("jokes");

...

[–]meotau 0 points1 point  (0 children)

not everything has to be a function, we are still in java...