摘要:
1、REST简介 REST means 表现形式状态转换。 优点:隐藏资源的访问行为,无法通过地址得知对资源是何种操作。 书写简化。 REST风格访问资源时使用行为动作(get/post等)区分对资源进行了何种操作 行为动作常用4个:get/post/put/delete 路径 + 行为 = 访问资 阅读全文
摘要:
1、SpringMVC自动配置 Spring Boot provides auto-configuration for Spring MVC that works well with most applications.(大多场景我们都无需自定义配置) The auto-configuration 阅读全文