码迷,mamicode.com
首页 >  
搜索关键字:quartz spring applic    ( 47058个结果
Spring Security
Spring Security简介 历史 添加parent和web依赖 SpringBootApplication @MapperScan@SpringBootApplication public class SpringSecurityApplication{ public static void ...
分类:编程语言   时间:2021-02-17 14:45:56    阅读次数:0
高并发-秒杀
秒杀就是抢购的功能,会有很多人抢购,所以要求扛得住高并发 秒杀的商品信息存入Redis缓存(因为访问数据量大,所以不直接对数据库进行操作) 秒杀商品存入Redis来提升访问速度。 1.秒杀列表数据 2.秒杀详情页数据 spring定时任务-定时将秒杀商品存入Redis中。 定时将秒杀商品存入Redi ...
分类:其他好文   时间:2021-02-17 14:44:35    阅读次数:0
Spring 和 Spring Boot
很多在开始的时候可能对 Spring 和 Spring boot 之间的关系可能有些混淆,在开始的时候如果能够对这 2 个概念有所了解的话,能够对后面的使用起到一些帮助作用。 什么是 Spring 可以理解 Spring 是一个框架。这个框架最早来源于在差不多的 20 年前的 2002 年。 在那个 ...
分类:编程语言   时间:2021-02-17 14:12:20    阅读次数:0
[bug] springboot 静态资源 layui.css 404
目录结构 引用路径 <link rel="stylesheet" href="../static/layui/css/layui.css" type="text/css"/> application.properties spring.mvc.static-path-pattern=/static/ ...
分类:编程语言   时间:2021-02-17 14:04:34    阅读次数:0
初识Java
初识Java Java帝国的诞生 J2SE× J2ME× J2EE√ >服务器 Maven Tomcat Spring intellij idea Hadoop Android Java的特性和优势 简单 面向对象 可移植 高性能 分布式 动态性 多线程 安全性 Java为什么成功? 准备+机遇 J ...
分类:编程语言   时间:2021-02-16 12:44:30    阅读次数:0
Spring Cloud Config:外部集中化配置管理
Spring Cloud Config:外部集中化配置管理 摘要 Spring Cloud Config 可以为微服务架构中的应用提供集中化的外部配置支持,它分为服务端和客户端两个部分 。 Spring Cloud Config 简介 Spring Cloud Config 分为服务端和客户端两个部 ...
分类:编程语言   时间:2021-02-16 12:08:08    阅读次数:0
Spring Cloud Gateway:新一代API网关服务
Spring Cloud Gateway:新一代API网关服务 摘要 Spring Cloud Gateway 为 SpringBoot 应用提供了API网关支持,具有强大的智能路由与过滤器功能 。 Gateway 简介 Gateway是在Spring生态系统之上构建的API网关服务,基于Sprin ...
分类:编程语言   时间:2021-02-16 12:07:18    阅读次数:0
Spring Cloud Alibaba:Nacos 作为注册中心和配置中心使用
Spring Cloud Alibaba:Nacos 作为注册中心和配置中心使用 摘要 Spring Cloud Alibaba 致力于提供微服务开发的一站式解决方案,Nacos 作为其核心组件之一,可以作为注册中心和配置中心使用 。 Nacos简介 Nacos 致力于帮助您发现、配置和管理微服务。 ...
分类:编程语言   时间:2021-02-16 12:05:45    阅读次数:0
【SpringMVC】Jackson解决乱码问题配置
<!--Jackson JSON乱码问题配置--> <mvc:annotation-driven> <mvc:message-converters register-defaults="true"> <bean class="org.springframework.http.converter.St ...
分类:编程语言   时间:2021-02-16 11:57:16    阅读次数:0
spring boot集成swagger2
spring boot集成swagger2 pom依赖 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.6.1</version> </depend ...
分类:编程语言   时间:2021-02-15 12:24:14    阅读次数:0
47058条   上一页 1 ... 50 51 52 53 54 ... 4706 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!