摘要: #springboot2.0之后的设置 #server.servlet.context-path=/rgs #springboot2.0之前的设置 server.context-path=/rgs 阅读全文
posted @ 2018-11-20 13:33 chbyiming 阅读(1533) 评论(2) 推荐(0)
摘要: import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.CorsRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConf... 阅读全文
posted @ 2018-11-20 13:27 chbyiming 阅读(430) 评论(0) 推荐(0)