Hi all,
I have issue with spring boot application deploy on app engine flex env.
On my app, I already set context path in application.properties file look like:
server.context-path=/myapp
and it work as expected on local and tomcat server.
But when run deploy to GAE flex my app not load following context path that I had set (it just work with gas domain and context path is '/').
Because I'm using dispatch to define micro service on GAE so I want each service have a specific context path that GAE can routing right to application base on context path.
Can anybody help to fix this issue?
Thank so much.