SpringCloud面试题 JVM的类加载机制是什么?有哪些实现方式?

SpringCloud面试题:链接:https://blog.csdn.net/jm_sky/article/details/91438536

JVM的类加载机制是什么?有哪些实现方式?链接:https://www.cnblogs.com/yswyzh/p/9585104.html

分布式锁:链接:https://www.cnblogs.com/seesun2012/p/9214653.html

springboot:链接:https://www.cnblogs.com/SimpleWu/p/9798146.html

springboot常用的starter有哪些:

spring-boot-starter-web 嵌入tomcat和web开发需要servlet与jsp支持
spring-boot-starter-data-jpa 数据库支持
spring-boot-starter-data-redis redis数据库支持
spring-boot-starter-data-solr solr支持
mybatis-spring-boot-starter 第三方的mybatis集成starter

spring-boot-starter-web

spring-boot-starter-thymeleaf

spring-boot-starter-data-redis

spring-boot-starter-data-jpa

spring-boot-starter-data-elasticsearch

spring-boot-starter-data-mongodb

spring-boot-starter-test

spring-boot-starter-jdbc

spring-boot-starter-aop

spring-boot-starter-security

spring-boot-starter-actuator

spring-boot-starter-tomcat

猜你喜欢

转载自www.cnblogs.com/maigy/p/11255495.html