glelouet
glelouet
I think using variables is way more powerful Since the jar execution is in the guide, it can also be modified to show how scheduling can be parametrized I would...
in page https://spring.io/guides/tutorials/spring-boot-oauth2/ a search for "handler=" returns nothing, however this handler is created in the source code and required in the "adding an error message" part.
> principal.getAttribute("user") Does not work(empty message), while > principal.getAttribute("login") return my github username. because the user name is stored in the oauth attribute "login" for github ?