#Open management - Spring Boot
5 messages · Page 1 of 1 (latest)
Hi! No, it is not possible
oh right, the @PreAuthorize is there
I would recommend to use requst matchers in your SecurityConfig for that but ok
Regarding the dockerfile, I would recommend you to use a multi-stage build - first create a JAR file and then copy that JAR to the other image and then run it with that