标签: spring-boot spring-restcontroller
我正在我的应用程序中实现重置服务。是否可以在/ api中调用我的重置调用而不在我的重置URL映射中指定/ api。
例如:我的重置网址与http://localhost:9080/DTHMS/defaultuser类似 但我想要http://localhost:9080/DTHMS/api/defaultuser。
注意:我使用的是spring boot 2.0.2。