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:
-
- Improving the performance of Spring Boot applications - Part II
- In the first part of this article, we learned how to improve the performance of our applications, replacing Tomcat with Undertow, which is a high-performance web server, in addition to enabling and configuring data compression, to reduce
- javaTutorial.spring-boot 380 2024-08-28 06:35:06
-
- Configuring JDBC to Connect to Databricks Using Java Spring Boot and JdbcTemplate
- In the world of software development, connecting to various data sources is an essential skill. Databricks, a cloud-based data analytics platform, offers a powerful way to process and analyze large volumes of data. In this post, we will explore how t
- javaTutorial.spring-boot 978 2024-08-27 20:00:53
-
- Eager vs Lazy Initialization of Spring Beans
- In Spring, one of the fundamental concepts revolves around the initialization of beans. When developing applications using the Spring Framework, you have the option to choose between eager and lazy initialization of beans. Both have their unique adva
- javaTutorial.spring-boot 654 2024-08-27 20:00:50
-
- Introducing ColdConnect MailWizard: The Ultimate Tool for Streamlined Cold Emailing
- Introduction In the world of business and networking, cold emailing remains one of the most effective strategies for outreach. However, managing cold email campaigns can be time-consuming and complex, especially when dealing with large recipien
- javaTutorial.spring-boot 858 2024-08-26 06:34:02
-
- The Ultimate Guide to Create Custom Annotations in Spring Boot
- Such annotations fill the entire project in Spring Boot. But do you know what problems these annotations solve? Why were custom annotations introduced to begin with? How to create custom annotations? Today, I will cover: Why create custom annot
- javaTutorial.spring-boot 440 2024-08-25 18:01:02
-
- Securing Microservices with Spring Security: Implementing JWT
- JSON WEB TOKEN (JWT) JWT (JSON Web Token) is a method for securely transmitting information between two parties (such as a client and a server) as a JSON object. It's designed to be compact and URL-safe, making it easy to pass around in URLs, h
- javaTutorial.spring-boot 339 2024-08-24 06:42:38
-
- Improving the performance of Spring Boot applications - Part I
- When starting Spring Boot applications, we typically use the default settings provided by the starters, which is sufficient for most cases. However, if we are in need of performance, there are specific adjustments that can be made, such as s
- javaTutorial.spring-boot 532 2024-08-22 12:33:43
-
- Setup JFrog Artifactory on Kubernetes and Connect Spring Boot Application
- This document provides guidance on setting up JFrog Artifactory in a Kubernetes cluster. It serves as a basic tutorial for developers to install and configure JFrog on a Kubernetes environment running on a local machine. Setup local environ
- javaTutorial.spring-boot 482 2024-08-22 06:37:32
-
- How to start a Spring Boot + JPA + MySQL application
- Before we go to create the project, I will briefly explain what Spring Boot, JPA and MySQL technologies are. Spring Boot: is a Java framework used to simplify the development of Spring applications, allowing you to create applications
- javaTutorial.spring-boot 496 2024-08-21 22:31:21
-
- Building Scalable Microservices with Java Spring Boot: Best Practices and Techniques part -1
- Monolith Architecture If we develop all the functionalities in single project then it is called as Monolith architecture based application. We will package our application as a jar/war to deploy into server. As monolith application contains al
- javaTutorial.spring-boot 678 2024-08-17 18:51:32
-
- Spring Security with JWT
- In this article, we will explore how to integrate Spring Security with JWT to build a solid security layer for your application. We will go through each step, from basic configuration to implementing a custom authentication filter, ensuring you have
- javaTutorial.spring-boot 797 2024-08-16 06:35:32
-
- Metrics Can Fool You: Measuring Execution Time in Connection-Pooled Environments
- Measuring the execution time of requests to external services is critical for performance monitoring and optimization. However, when connections to these external services are pooled, you might be inadvertently measuring more than just the request ti
- javaTutorial.spring-boot 206 2024-08-14 22:44:02
-
- Simplifying Microservices with an API Gateway in Java: A Practical Guide
- If you work with microservices, you've probably heard about API Gateway. In a microservices architecture, where multiple independent services communicate to form a complete application, managing the communication between these services can become a c
- javaTutorial.spring-boot 560 2024-08-14 20:31:35
-
- Image-Based Product Search Using Spring Boot, Google Cloud Vertex AI, and Gemini Model
- Introduction Imagine you’re shopping online and come across a product you love but don’t know its name. Wouldn’t it be amazing to upload a picture and have the app find it for you? In this article, we’ll show you how to build exactly that: a
- javaTutorial.spring-boot 945 2024-08-14 10:35:30
-
- Why i created a lightweight mini spring alternative and how I did it
- In this small article I will try to explain why I created this library ? and how it's implemented ? why I created this library ? I worked with Java EE framework on many project and in most of them there was no limitation on the available
- javaTutorial.spring-boot 431 2024-08-14 10:33:20