推荐
专栏
教程
课程
飞鹅
本次共找到1769条
spring
相关的信息
Easter79
•
3年前
spring事物管理之传播行为和隔离级别
大家在使用spring的注解式事务管理时,对事务的传播行为和隔离级别可能有点不知所措,下边就详细的介绍下以备方便查阅。事物注解方式:@Transactional当标于类前时,表示类中所有方法都进行事物处理例子:@TransactionalpublicclassTestServiceBeanimplementsTest
Easter79
•
3年前
springboot的起步依赖
!(https://oscimg.oschina.net/oscnet/f3acbe4cf3b00c68207e091c172d6b45a27.png)加载自动配置的方式2:!(https://oscimg.oschina.net/oscnet/40341228c10f7a56d82323a1d622521d92d.png) spring
Stella981
•
3年前
IntelliJ IDEA 社区版没有 Spring Initializr
RT解决办法1.打开文件设置插件!(https://oscimg.oschina.net/oscnet/17f711568cb640d0d3e97b4f68513975938.jpg)2.输入Spring找到插件SpringAssistant并安装下载可能会需要一点点时间.!
Stella981
•
3年前
BeetlSQL3.0.0
BeetlSQL3.0.0M5主要对Spring,SpringBoot,JFinal,Solon等框架进行集成,并新增ignite,CouchBase内存数据库的支持。M6计划对更多的国产数据库支持,内存和图数据库支持。以及发布BeetlSQL3的Idea插件。<dependency<groupIdcom.ibe
Wesley13
•
3年前
@Repository、@Service、@Controller 和 @Component
@Repository、@Service、@Controller(https://my.oschina.net/u/1774615)和@Component将类标识为Beanspring自2.0版本开始,陆续引入了一些注解用于简化Spring的开发。@Repository注解便属于最先引入的一批,它用于将数据访问层(DAO层)的类
Stella981
•
3年前
Spring Bean的生命周期(非常详细)
转:https://www.cnblogs.com/zrtqsk/p/3735273.htmlSpring作为当前Java最流行、最强大的轻量级框架,受到了程序员的热烈欢迎。准确的了解SpringBean的生命周期是非常必要的。我们通常使用ApplicationContext作为Spring容器。这里,我们讲的也是ApplicationContext
Stella981
•
3年前
Spring Boot修改启动时默认的banner图案
动SpringBoot时,会默认展示如下图案及SpringBoot的版本信息,可以看到默认中的图案字体为Spring,当前的SpringBoot版本为SpringBoot2.1.6.RELEASE。!(https://oscimg.oschina.net/oscnet/upefbf9e41cbfe97b7b6c34517b4f432b524
Stella981
•
3年前
Spring RSocket:基于服务注册发现的 RSocket 负载均衡
!(https://pic3.zhimg.com/80/v2230ff37a55e7b3b8223355c10baf99da_720w.jpg)RSocket分布式通讯协议是SpringReactive的核心内容,从SpringFramework5.2开始,RSocket已经是Spring的内置功能,SpringBoot2
Stella981
•
3年前
SpringBoot2.x入门:引入web模块
前提这篇文章是《SpringBoot2.x入门》专辑的第3篇文章,使用的SpringBoot版本为2.3.1.RELEASE,JDK版本为1.8。主要介绍SpringBoot的web模块引入,会相对详细地分析不同的Servlet容器(如Tomcat、Jetty等)的切换,以及该模块提供的Spring
Stella981
•
3年前
MVC基本登陆与验证码功能实现
一、基本登陆实现与验证码功能实现,该功能是和spring.net功能集合使用的,因为后面要用到验证是否处于登陆状态1\.先构建一个登陆页面1@{2Layoutnull;3}4<!DOCTYPEhtml5<html6<head
1
•••
80
81
82
•••
177