Stella981 Stella981
3年前
Spring Boot从零入门1_详述
本文属于原创,转载注明出处,欢迎关注微信小程序小白AI博客和微信公众号别打名名或者网站https://xiaobaiai.net或者我的CSDNhttp://blog.csdn.net/freeape!(https://oscimg.oschina.net/oscnet/f8db20c4f3964337b76dc956a3a8
Stella981 Stella981
3年前
Spring Cloud Eureka 自我保护机制实战分析
前些天栈长在Java技术栈微信公众号分享过SpringCloudEureka的系列文章:SpringCloudEureka自我保护机制(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fmp.weixin.qq.com%2Fs%2FvwPstQ0R0s_PsEhZ
Stella981 Stella981
3年前
Spring Boot 支持 HTTPS 如此简单,So easy!
这里讲的是SpringBoot内嵌式Server打jar包运行的方式,打WAR包部署的就不存在要SpringBoot支持HTTPS了,需要去外部对应的Server配置。你所需具备的基础什么是SpringBoot?(https://www.oschina.net/action/GoToL
Stella981 Stella981
3年前
Spring Cloud Alibaba的nacos作为注册中心
一 官网参考https://github.com/alibaba/springcloudalibaba/blob/master/springcloudalibabaexamples/nacosexample/nacosdiscoveryexample/readmezh.md(https://www.oschina.ne
Stella981 Stella981
3年前
Spring Boot 非常好的学习资料
from@https://gitee.com/didispace/SpringBootLearningSpringBoot2.0新特性学习简介与概览SpringBoot2.0
Stella981 Stella981
3年前
Spring Boot MyBatis 连接数据库
<divid"article\_content"class"article\_contenttrackingad"datamod"popu\_307"datadsm"post"style"overflow:hidden;"<divclass"markdown\_views"<p最近比较忙,没来得及抽时间把MyBati
Stella981 Stella981
3年前
Sentinel Getting Started And Integration of Spring Cloud Alibaba Tutorials
原文链接:SentinelGettingStartedAndIntegrationofSpringCloudAlibabaTutorials(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.javaspring.net%2Fsentinel%2Fsentinel
Stella981 Stella981
3年前
Spring boot 总结之跨域处理cors
背景现在做的很多项目都是前后端分离的,这就引出一个很常见的问题,我们的页面和接口是在不同域名下的,当我们通过ajax访问后端接口的时候就会出现跨域问题,这种问题我们怎么解决呢?一般来说就是cors和jsonp这两种方案。Spring简化了cors的配置,接下来我们来看一下它提供的cors。WebMvcConfigurer对象
Stella981 Stella981
3年前
Spring Boot让jar可以直接运行
<plugin<groupIdorg.springframework.boot</groupId<artifactIdspringbootmavenplugin</artifactId<configuration<executabletrue</exe