
springboot
爱笑的草帽
你要一直走,走到灯火通明
展开
-
SpringcCloud Config分布式配置中心
SpringcCloud Config分布式配置中心 首先 创建config_server的Module 添加如下依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-config-server</artifactId> </dependency> <!-- SpringBoot整合eureka客原创 2020-11-07 00:22:50 · 174 阅读 · 0 评论 -
微信小程序获取openid的两种方式
这篇文章是关于获取openid的两种方式,自己在学着用微信小程序来写一个小东西玩 首先我们要到小程序官网获取到自己的appid和Appsecret 如图 第一种:直接在微信小程序中获取,不需要通过后台 //登录 wx.login({ success:res=>{ //发送res.code到后台换取openId,sess...原创 2020-04-28 15:52:09 · 5902 阅读 · 0 评论 -
springboot+thymeleaf+bootstrap时页面显示不出来
首先导入依赖 <dependency> <groupId>org.webjars</groupId> <artifactId>bootstrap</artifactId> <version>3.3.5</version> </dependency> <dependenc...原创 2019-11-12 15:52:41 · 1244 阅读 · 0 评论