【发布时间】:2017-06-08 13:51:24
【问题描述】:
诊所示例
我已经更改了application.properties 中的 contextPath:
server.contextPath=/tierklinik
当我现在启动应用程序时,url 是 http://localhost:8080/tierklinik,但是当我添加新的东西(创建)时,我得到了错误,并且 URL 不正确。
保存后的网址:
http://localhost:8080/tierklinik/tierklinik/pets/
我有一个正常的 Spring Boot 应用程序,并且 contextPath 更改工作正常。
【问题讨论】:
标签: spring-roo