携程Java开发工程师(MJ036114)
社招全职住宿业务开发地点:上海状态:招聘
任职要求
基本功底: 计算机相关专业本科及以上学历,扎实的Java基础,深入理解JVM原理、多线程、集合框架及IO机制。 精通Spring Boot/Spring MVC/Spring Data JPA或MyBatis,理解其核心原理及IOC/AOP思想。 开源生态: 熟练掌握MySQL,具备优秀的SQL编写能力及索引优化、慢SQL排查经验。 熟悉Redis、MongoDB等非关系型数据库,了解其适用场景及底层数据结构。 熟悉RabbitMQ/Kafka/RocketMQ等至少一种消息队列,有分布式事务处理经验者优先。 熟悉Elasticsearch、Docker、K8s等相关技术者优先。 架构能力: 熟悉微服务架构,有Spring Cloud…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
核心开发: 负责后端业务模块的设计与开发,基于Spring Boot/Spring Cloud构建高可用、高并发的微服务系统。 架构设计: 参与系统技术选型、数据库设计及API规范制定;具备一定的系统拆分能力,能合理运用缓存、消息队列等技术解决业务痛点。 AI赋能: 熟练使用AI编程工具辅助代码编写、单元测试编写及文档生成,显著提升研发效率。 代码质量: 主导Code Review,把控代码质量,解决技术难题,优化现有系统的性能瓶颈。 技术传承: 沉淀技术文档,指导初中级工程师成长,推动团队技术革新。
包括英文材料
学历+
Java+
https://www.youtube.com/watch?v=eIrMbAQSU34
Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes you from basics to real coding skills.
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
多线程+
https://liaoxuefeng.com/books/java/threading/basic/index.html
和单线程相比,多线程编程的特点在于:多线程经常需要读写共享数据,并且需要同步。
https://www.youtube.com/watch?v=_uQgGS_VIXM&list=PLsc-VaxfZl4do3Etp_xQ0aQBoC-x5BIgJ
https://www.youtube.com/watch?v=IEEhzQoKtQU
https://www.youtube.com/watch?v=mTGdtC9f4EU&list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4
https://www.youtube.com/watch?v=TPVH_coGAQs&list=PLk6CEY9XxSIAeK-EAh3hB4fgNvYkYmghp
https://www.youtube.com/watch?v=xPqnoB2hjjA
This video is an introduction to multithreading in modern C++.
https://www.youtube.com/watch?v=YKBwKy5PrpQ
Rust threading is easy to implement and improves the efficiency of your applications on multi-core systems!
Spring+
https://liaoxuefeng.com/books/java/spring/index.html
Spring是一个支持快速开发Java EE应用程序的框架。它提供了一系列底层容器和基础设施,并可以和大量常用的开源框架无缝集成,可以说是开发Java EE应用程序的必备。
https://spring.io/guides/gs/rest-service
https://spring.io/quickstart
Level up your Java code and explore what Spring can do for you.
MyBatis+
https://mybatis.org/mybatis-3/getting-started.html
https://www.baeldung.com/mybatis
MyBatis is an open source persistence framework which simplifies the implementation of database access in Java applications.
SQL+
https://liaoxuefeng.com/books/sql/introduction/index.html
什么是SQL?简单地说,SQL就是访问和处理关系数据库的计算机标准语言。
https://sqlbolt.com/
Learn SQL with simple, interactive exercises.
https://www.youtube.com/watch?v=p3qvj9hO_Bo
In this video we will cover everything you need to know about SQL in only 60 minutes.
MySQL+
https://juejin.cn/post/7190306988939542585
这是一篇 MySQL 通关一篇过硬核经验学习路线,包括数据库相关知识,SQL语句的使用,数据库约束,设计等。
[英文] MySQL Tutorial
https://www.mysqltutorial.org/
your go-to resource for mastering MySQL in a fast, easy, and enjoyable way.
https://www.youtube.com/watch?v=5OdVJbNCSso
MySQL SQL tutorial for beginners
https://www.youtube.com/watch?v=7S_tz1z_5bA
This beginner-friendly course teaches you SQL from scratch.
Redis+
[英文] Developer Hub
https://redis.io/dev/
Get all the tutorials, learning paths, and more you need to start building—fast.
https://www.runoob.com/redis/redis-tutorial.html
REmote DIctionary Server(Redis) 是一个由 Salvatore Sanfilippo 写的 key-value 存储系统,是跨平台的非关系型数据库。
https://www.youtube.com/watch?v=jgpVdJB2sKQ
In this video I will be covering Redis in depth from how to install it, what commands you can use, all the way to how to use it in a real world project.
MongoDB+
https://learnxinyminutes.com/mongodb/
MongoDB is a NoSQL document database for high volume data storage.
https://studio3t.com/academy/#courses
The fastest way to learn MongoDB
https://www.youtube.com/watch?v=c2M-rlkkT5o
This video will give you and introduction to MongoDB in 1 Hour. Afterwards I recommend exploring aggregation, replication, and sharding.
https://www.youtube.com/watch?v=ExcRbA7fy_A&list=PL4cUxeGkcC9h77dJ-QJlwGlZlTd4ecZOA
You'll learn how to use MongoDB (a NoSQL database) from scratch. You'll also learn how to integrate it into a simple Node.js API.
数据结构+
https://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
RabbitMQ+
[英文] RabbitMQ Tutorials
https://www.rabbitmq.com/tutorials
These tutorials cover the basics of creating messaging applications using RabbitMQ.
https://www.youtube.com/watch?v=bfVddTJNiAw
RabbitMQ is a powerful message broker that can help you create resilient and scalable applications.
还有更多 •••
相关职位

社招5年以上
1、参与对话系统整体的架构设计,负责攻克团队在项目中遇到的疑难杂症 2、优化基于大模型对话的整体链路包括长短记忆、多轮、tool,planning,summary 3、构造更加高阶的对话系统模型解决复杂问题 4、引入新技术补足现有架构的短板(比如性能问题、缓存问题、安全问题、降级问题) 5、算法相关模块的工程化。(比如溯源、解析后处理、纠错等)
杭州
社招5年以上技术类
1、负责商业化广告系统(如DSP、SSP、ADX、投放引擎等)的设计、开发与迭代 2、参与高并发、低延迟的实时竞价(RTB)系统架构设计与性能调优 3、构建和维护广告投放策略引擎、预算控制、频次控制等核心业务模块 4、实现商业广告的精准投放、CTR/CVR预估等模型的在线服务集成
更新于 2026-01-20北京
实习技术类
1. 需求开发: 在导师指导下,理解业务需求,参与技术方案讨论,负责相应功能模块的设计、编码、单元测试和Bug修复。 2. 产研沟通: 与产品经理、测试工程师及其他研发同事保持良好沟通,确保对需求的理解一致,并能清晰地反馈开发进度与技术问题。 3. 技术实践: 编写清晰、规范的技术文档,参与代码评审,学习并实践先进的软件开发流程和规范。 4.技术学习: 主动学习并掌握团队使用的大数据相关技术,如Spring Boot、Mybatis、Hadoop、Hive、Kafka、Flink等。 5.AI辅助开发: 学习并实践使用AI编程助手辅助日常开发工作,包括但不限于:生成代码片段、解释复杂代码、编写单元测试、辅助Debug、生成技术文档、探索不熟悉的API或技术组件。
更新于 2026-06-23上海
