In this video,
We will see how to change server port number in spring boot and will see how to set or change application context path in spring boot 2.
to change server port
We need to set server.port property in application.properties.
to set or change application context path
We need to set server.servlet.context-path in application.properties.
#JavaInspires
#SpringBoot2
#Thymeleaf
004 spring boot thymeleaf change port and context path java inspires