
springboot
deoppressoliber
if you like, try your best
展开
-
springboot 前后端分离 跨域问题
springboot配置跨域方式一在需要跨域的controller前面加@CrossOrigin(origins="*")方式二package com.cupshe.bus.boss.common.constants;import org.springframework.context.annotation.Bean;import org.springframework...原创 2019-11-25 11:21:17 · 198 阅读 · 0 评论 -
SpringBoot报错:java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized
springboot报错:java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the ser...原创 2019-04-10 14:13:32 · 600 阅读 · 1 评论 -
Intellij IDEA搭建SpringBoot + MySql + mybatis项目
转自:https://blog.youkuaiyun.com/u011649495/article/details/84319835转载 2019-04-10 15:00:48 · 613 阅读 · 0 评论 -
o.s.w.s.r.ResourceHttpRequestHandler:Path with "WEB-INF" or "META-INF": [WEB-INF/jsp/index.jsp]
springboot项目,使用jsp作为前端页面。在application.yml配置了jsp所在位置spring.mvc.view.prefix: /WEB-INF/jsp/spring.mvc.view.suffix: .jsp@Controller@RequestMapping(value = "/user")public class UserController {...原创 2019-04-11 10:50:27 · 10174 阅读 · 1 评论 -
Vue.js + Spring Boot 前后端分离项目实践(一):项目简介
转:https://blog.youkuaiyun.com/Neuf_Soleil/article/details/88925013转载 2019-04-02 17:00:25 · 1447 阅读 · 0 评论 -
SpringBoot的各种配置
摘自:https://blog.youkuaiyun.com/zzq900503/article/details/80341243转载 2019-05-27 09:43:05 · 177 阅读 · 0 评论