All Projects → jujunchen → Java Interview Question

jujunchen / Java Interview Question

🔥Java面试题集中营,做了一些解答及相关知识点整理🔥

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Java Interview Question

Spring Cloud Security
Security concerns for distributed applications implemented in Spring
Stars: ✭ 488 (-8.1%)
Mutual labels:  spring-boot, spring
Spring Boot Demo
该项目已成功集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate(通用JDBC操作数据库)、JPA(强大的ORM框架)、mybatis(强大的ORM框架)、通用Mapper(快速操作Mybatis)、PageHelper(通用的Mybatis分页插件)、mybatis-plus(快速操作Mybatis)、BeetlSQL(强大的ORM框架)、upload(本地文件上传和七牛云文件上传)、redis(缓存)、ehcache(缓存)、ema…
Stars: ✭ 24,265 (+4469.68%)
Mutual labels:  spring-boot, spring
Learn
How do you achieve your career objectives? Complete career paths with amazing Cloud, Full Stack and Microservice Courses and Videos from in28Minutes
Stars: ✭ 447 (-15.82%)
Mutual labels:  spring-boot, spring
Spring Boot Tutorial
Spring Boot Tutorial takes you to learn Spring Boot step by step with a large number of samples.Spring Boot Tutorial 是一本关于 Spring Boot 学习的开源书。用大量实例带你一步一步走进 Spring Boot 的世界。
Stars: ✭ 399 (-24.86%)
Mutual labels:  spring-boot, spring
Spring Cloud Commons
Common classes used in different Spring Cloud implementations
Stars: ✭ 493 (-7.16%)
Mutual labels:  spring-boot, spring
Spring Security Tutorial
Spring Security Tutorial takes you to learn Spring Security step by step with a large number of samples. Spring Security Tutorial 是一本关于 Spring Security 学习的开源书。利用业余时间写了本书,图文并茂,用大量实例带你一步一步走进 Spring Security 的世界。
Stars: ✭ 409 (-22.98%)
Mutual labels:  spring-boot, spring
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (-9.23%)
Mutual labels:  spring-boot, spring
Ms Backend Boilerplates
Boilerplate for Your Server Side(Backend) Application, Java | Spring(Boot, Cloud) | Node.js(Express, Koa, Egg) | Go | Python | DevOps 💫 服务端项目模板
Stars: ✭ 394 (-25.8%)
Mutual labels:  spring-boot, spring
Spring Boot Security Saml Sample
SBS3 — A sample SAML 2.0 Service Provider built on Spring Boot.
Stars: ✭ 469 (-11.68%)
Mutual labels:  spring-boot, spring
Favorites Web
云收藏 Spring Boot 2.X 开源项目
Stars: ✭ 4,485 (+744.63%)
Mutual labels:  spring-boot, spring
Sts4
The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse, Visual Studio Code, and Theia
Stars: ✭ 490 (-7.72%)
Mutual labels:  spring-boot, spring
Spring Cloud Zookeeper
Spring Cloud Zookeeper
Stars: ✭ 481 (-9.42%)
Mutual labels:  spring-boot, spring
Spring Boot In Action
Spring Boot 系列实战合集
Stars: ✭ 4,153 (+682.11%)
Mutual labels:  spring-boot, spring
Watchdog Framework
🍻 「停止维护」基于SpringBoot+Shiro+Mybatis等开发的轻量级管理系统快速开发脚手架
Stars: ✭ 421 (-20.72%)
Mutual labels:  spring-boot, spring
Spring Boot Angular2
spring boot backend, angular2 frontend with webpack, typescript, sass, bootstrap4, karma, jasmine
Stars: ✭ 396 (-25.42%)
Mutual labels:  spring-boot, spring
Jeecg Boot
「企业级低代码平台」前后端分离架构SpringBoot 2.x,SpringCloud,Ant Design&Vue,Mybatis-plus,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。
Stars: ✭ 26,432 (+4877.78%)
Mutual labels:  spring-boot, spring
Awesome Spring Boot
Spring Boot Resources
Stars: ✭ 3,857 (+626.37%)
Mutual labels:  spring-boot, spring
Cloude
基于spring cloud的分布式系统架构。提供整套的微服务组件,包括服务发现、服务治理、链路追踪、服务监控等
Stars: ✭ 389 (-26.74%)
Mutual labels:  spring-boot, spring
Spring Cloud Netflix
Integration with Netflix OSS components
Stars: ✭ 4,498 (+747.08%)
Mutual labels:  spring-boot, spring
All Things Cqrs
Comprehensive guide to a couple of possible ways of synchronizing two states with Spring tools. Synchronization is shown by separating command and queries in a simple CQRS application.
Stars: ✭ 474 (-10.73%)
Mutual labels:  spring-boot, spring

阅读介绍

这里搜罗了网上的一些面试题,还有一些相关知识点

里面的一些问题如感觉有不对的地方,欢迎指正。

如果觉得有帮助,麻烦动动你的小手给颗小星星

Java面试题整理

基础 并发 JVM 设计模式 数据结构 反射/IO 面经 Spring Spring Boot
🍼 🍭 🍩 🌮 🍱 🧀 🥐 🍜 🍬 🍫
数据库 Redis 消息队列 分布式 Zookeeper Dubbo Spring Cloud Mybatis Maven
🌽 🍔 🍡 🎂 🍯 🥛 ☕️ 🍿 🍹

一些官方文档地址

Java:https://docs.oracle.com/en/java/index.html

Spring:https://spring.io/guides

Redis :https://redis.io/documentation

Dubbo:http://dubbo.apache.org/zh-cn/docs/user/quick-start.html

ShardingJDBC:https://shardingsphere.apache.org/document/current/cn/features/

在线阅读

使用语雀提供了较好的阅读体验

https://www.yuque.com/itsaysay/mzsmvg

电子书

愿在编程的道路上,越走越远,一起共勉

https://github.com/jujunchen/ebook

学习资料

学习资料地址

交流平台

阿提说说

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].