Easter79 Easter79
3年前
Vue+Spring Boot简单用户登录Demo
1概述前后端分离的一个简单用户登录Demo。2技术栈VueBootstrapVueKotlinSpringBootMyBatisPlus3前端3.1创建工程使用vuecli创建,没安装的可以先安装
Easter79 Easter79
3年前
spring事务管理错误createSQLQuery is not valid without active transaction
网上扒的,很管用,自己就借此发一下,方便以后看。。。。。。。原文网址http://blog.csdn.net/yinjian520/article/details/8666695(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fblog.csdn.net%2Fyinjian520%2F
Stella981 Stella981
3年前
Spring Boot整合第三方框架
1、整合jdbc1.1导入maven依赖<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarterjdbc</artifactId</
Stella981 Stella981
3年前
Spring Boot(十二):看完这篇,Redis你就入门了
一、Redis简介1、Redis(RemoteDictionaryServer远程字段服务)是一个开源的使用ANSIC语言编写、支持网络、科技与内存亦可持久化的日志型、keyvalue数据库,并提供多种语言的API。2、Redis是一个keyvalue存储系统,它支持存储的value类型相对更多,包括string、list、set
Stella981 Stella981
3年前
Spring Cloud构建微服务架构服务注册与发现
SpringCloud简介SpringCloud是一个基于SpringBoot实现的云应用开发工具,它为基于JVM的云应用开发中涉及的配置管理、服务发现、断路器、智能路由、微代理、控制总线、全局锁、决策竞选、分布式会话和集群状态管理等操作提供了一种简单的开发方式。SpringCloud包含了多个子项目(针对分布式
Stella981 Stella981
3年前
Spring Framework 4.2 中的新功能和增强功能
本文同不至http://www.waylau.com/newfeaturesandenhancementsinspringframework4.2/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.waylau.com%2Fnewfeaturesandenhan
Stella981 Stella981
3年前
Spring 框架基础(01):核心组件总结,基础环境搭建
本文源码:GitHub·点这里(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fcicadasmile%2Fspringmvcparent)||GitEE·点这里(https://gitee.com/cicadasmile/springmvcpa
Stella981 Stella981
3年前
Spring Cloud Config Bus 分布式配置自动刷新
首先需要在GitHub上面创建一个项目.然后创建3个模块:CloudCenter为服务发现中心.CloudCnofigCenter为配置中心CloudUser为要分布式配置的模块首先创建CloudCenter,引入POM依赖:    <dependency<groupI
Easter79 Easter79
3年前
Spring支持多数据源的@Transactional事务注解
1、配置事务注解驱动、每个数据源对应的事务管理器,并定义“限定符”<tx:annotationdriven/    <bean id"transactionManager1" class"org.springframework.jdbc.DataSourceTransactionManager"  ... 
Stella981 Stella981
3年前
Spring4 版 eventbus 事件通信 事件驱动 介绍
开始使用1\.事件发送器@AutowiredApplicationEventPublishereventPublisher;2\.发送事件//订单准备工作完成,使订单生效eventPublisher.publishEvent(n