发表评论取消回复
相关阅读
相关 SpringBoot系列二十:整合JPA
![在这里插入图片描述][watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ub
相关 [springboot](十二)Actuator监控(监控单个项目)
Spring Boot使用“习惯优于配置的理念”,采用包扫描和自动化配置的机制来加载依赖jar中的Spring bean,不需要任何Xml配置,就可以实现Spring的所有配置
相关 SpringBoot系列十:SpringBoot整合Redis
From: [https://www.cnblogs.com/leeSmall/p/8728231.html][https_www.cnblogs.com_leeSmall_p
相关 SpringBoot系列二十五:整合Jedis
1、引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <!--<arti
相关 SpringBoot系列二十四:整合Redis
1、pom引入依赖 <dependency> <groupId>org.springframework.boot</groupId>
相关 SpringBoot系列三十二:整合Actuator
使用Spring Boot为我们提供的准 生产环境下的应用监控和管理功能。我们可以通过HTTP,JMX,SSH协议来进 行操作,自动得到审计、健康及指标信息等。 监控和管理
相关 SpringBoot系列三十一:整合SpringSecurity
SpringSecurity是针对Spring项目的安全框架,也是SpringBoot底层安全模 块默认的技术选型。他可以实现强大的web安全控制。 1、引入依赖
相关 SpringBoot系列二十九:整合ElasticSearch
一、简介 ElasticSearch 可以快速的存储、搜索和分析海量数据。Elasticsearch是一个分布式搜索服务,提供Restful API,底层基于Lucene
相关 SpringBoot系列二十八:整合RabbitMQ
1、引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <ar
相关 SpringBoot系列二十三:缓存
1、JSR107 Java Caching定义了5个核心接口,分别是CachingProvider, CacheManager, Cache, Entry 和 Expiry
还没有评论,来说两句吧...