logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

springcloud微服务项目架构搭建第二天

springcloud微服务项目架构搭建第二天:整合oauth2时遇到的坑推荐文章:http://www.ruanyifeng.com/blog/2014/05/oauth_2_0.htmlspringboot2.0 oauth2重要变更https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration...

在Spring Cloud中.yml与.properties

在Spring Cloud的配置文件中,发现使用yml与properties两种后缀的文件:在application.properties中内容是这样的:server.port=8801eureka.client.register-with-eureka=falseeureka.client.fetch-registry=falseeureka.client.serviceUrl.defau

Json时间转换中时间自动加时区的解决办法

办法一:在Model中直接使用注解对时间进行格式化输出和时区选择@JsonFormat(pattern = “yyyy-MM-dd HH:mm:ss”, locale = “zh”, timezone=”GMT+8”) @Temporal(TemporalType.TIMESTAMP)@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", locale

到底了