📄️ Step-by-Step Guide to Deploying SpringBoot Projects on Linux
1. Prerequisites:
📄️ SpringBoot + Sharding-JDBC + Read-Write Splitting
1. Setting Up Docker + MySQL Master-Slave Replication
📄️ Setting Up Spring Source Code Reading Environment
With the mindset of learning Spring source code, I encountered many issues along the way.
📄️ [Repost] Three Usage Scenarios of @ConfigurationProperties Annotation in SpringBoot
Article source: Three Usage Scenarios of @ConfigurationProperties Annotation in Spring Boot
📄️ SpringBoot Response Content-Type is UTF-8 but Chinese Characters Still Show Garbled
In actual testing, changing the settings in IDEA worked. It seems some files were previously loaded by IDEA with GBK encoding.
📄️ Service Startup Failure Caused by @EventListener
Using @EventListener({ApplicationReadyEvent.class}) allows you to execute some special business data operations after the service starts.
📄️ 自定义XXXModelAttributeResolver解决请求下划线,但是接收对象为驼峰形式
1. 前言