随笔分类 -  springboot

微服务
摘要:package video.controller;import video.config.WeChatConfig;import video.domain.User;import video.dto.JsonData;import video.utils.HttpUtils;import video 阅读全文
posted @ 2019-07-03 09:24 scwyfy 阅读(374) 评论(0) 推荐(0)
摘要:package video.exception;import org.springframework.web.bind.annotation.ControllerAdvice;import org.springframework.web.bind.annotation.ExceptionHandle 阅读全文
posted @ 2019-07-02 17:33 scwyfy 阅读(206) 评论(0) 推荐(0)
摘要:package com.tz.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.data.redis.connection.jedis.JedisCo... 阅读全文
posted @ 2018-06-27 12:12 scwyfy 阅读(1231) 评论(0) 推荐(0)