current location:Home > Technical Articles > Backend Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How Can I Configure Dynamic Database Connections in Spring Boot Using Environment Variables or Spring Profiles?
- Using Environment Variables in Spring Boot's application.propertiesIn Spring Boot applications, configuring dynamic database connections is...
- javaTutorial . spring-boot 411 2024-11-26 18:52:19
-
- How Can I Format Java 8 LocalDateTime Objects Concisely in JSON with Spring Boot?
- Formatting Java 8 LocalDateTime in JSON via Spring BootMaintaining a consistent and intuitive format for temporal data during serialization and...
- javaTutorial . spring-boot 1046 2024-11-26 12:13:09
-
- How to Fix \'Access to DialectResolutionInfo cannot be null\' in Spring Boot?
- Addressing Error "Access to DialectResolutionInfo cannot be null" in Spring Boot with HibernateThe error message "Access to DialectResolutionInfo...
- javaTutorial . spring-boot 639 2024-11-26 11:18:09
-
- NestJS vs Java/Spring: Exploring the Relationship Between Two Frameworks from Different Ecosystems.
- Recently, I explored the NestJS framework, an opinionated tool with native TypeScript support. During this journey, I noticed how it shares essential concepts with Spring, particularly in constructing modular architectures and emphasizing decoupled,
- JS Tutorial . spring-boot 1054 2024-11-26 09:10:09
-
- End-to-End System Design for a React Java Cosmos DB Application
- In this guide, we’ll design a scalable React Java application with Cosmos DB as the database. This setup is ideal for applications requiring high scalability, low latency, and multi-region availability. We'll cover everything from architecture to d
- javaTutorial . spring-boot 789 2024-11-26 07:47:12
-
- Why Aren't My SQL Statements Logging in Spring Boot?
- Logging SQL Statements in Spring BootIn Spring Boot, it is possible to log SQL statements to a file by configuring the corresponding settings....
- javaTutorial . spring-boot 367 2024-11-26 07:46:14
-
- How Does Spring Boot Manage Multiple External Configuration Files and Their Precedence?
- Managing Multiple External Configuration Files in Spring BootSpring Boot facilitates the loading of properties from external configuration files....
- javaTutorial . spring-boot 454 2024-11-26 04:08:07
-
- Spring Boot Cheat Sheet
- Spring Boot Cheat Sheet Annotations Annotation Description Example @SpringBootApplication Marks a class as a Spring Boot application. Enables auto-configuration and component scanning. @SpringBootApplication @RestController
- javaTutorial . spring-boot 858 2024-11-26 00:37:10
-
- Should You Use Hibernate\'s Open Session in View Pattern?
- The Drawbacks of Hibernate's Open Session in View PatternThe Hibernate Open Session in View (OSIV) pattern maintains an open session throughout a...
- javaTutorial . spring-boot 995 2024-11-25 10:39:15
-
- How to Fix \'org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when \'hibernate.dialect\' not set\'?
- How to resolve "org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set"?The error...
- javaTutorial . spring-boot 384 2024-11-25 08:03:11
-
- Login system with JWT token and email reset password
- Introduction The Spring Login Application is a secure and robust user management system built using Spring Boot. This project demonstrates modern approaches to implementing authentication, authorization, and user account functionalities. Key fe
- javaTutorial . spring-boot 420 2024-11-24 22:48:13
-
- Is Open Session in View (OSIV) in Hibernate a Bad Practice and What are the Alternatives?
- Why Open Session in View in Hibernate is a Bad PracticeOpen Session in View (OSIV) is a pattern in Hibernate that involves keeping the session...
- javaTutorial . spring-boot 389 2024-11-24 07:21:13
-
- How can I effectively log HTTP requests and responses, including exceptions, in my Spring Boot application?
- Logging Requests and Responses with Spring BootIntroductionLogging HTTP requests and responses is crucial for debugging and performance analysis...
- javaTutorial . spring-boot 604 2024-11-24 04:52:14
-
- How Can I Load and Override Spring Boot\'s Default Properties with Multiple External Configuration Files?
- Loading Multiple External Configuration Files in Spring BootSpring Boot provides an elegant mechanism for managing application configuration by...
- javaTutorial . spring-boot 599 2024-11-24 02:14:10
-
- How to Properly Serialize Java 8 LocalDateTime to JSON in Spring Boot?
- Converting Java 8 LocalDateTime to JSON in Spring BootIn Spring Boot, formatting Java 8 LocalDateTime objects for JSON output can pose challenges....
- javaTutorial . spring-boot 269 2024-11-23 22:27:11