Found a total of 10000 related content
Process for developing SpringBoot projects with VSCode
Article Introduction:VSCode was chosen to develop SpringBoot projects because of its lightweight, flexibility and powerful expansion capabilities. Specifically, 1) Ensure the environment is configured correctly, including the installation of JavaJDK and Maven; 2) Use SpringBootExtensionPack to simplify the development process; 3) Manually configure SpringBoot dependencies and configuration files, which requires a deep understanding of SpringBoot; 4) Use VSCode's debugging and performance analysis tools to improve development efficiency. Although manual configuration is required, VSCode provides a high level of custom space and flexibility.
2025-05-29
comment 0
672
SpringBoot Web Service - Part Github Action
Article Introduction:GitHub Actions provide a seamless way to integrate CI/CD into your repository, automating various tasks like running tests, building artifacts, and deploying your project.
Workflow for SNAPSHOT
This workflow is triggered on non-main branc
2025-01-06
comment 0
565
SpringBoot Web Service - Part Initial Configuration
Article Introduction:In this post, we'll explore how to configure OpenAPI in your Spring Boot application and add a convenient redirection from the root URL to the Swagger UI. This setup will improve your API documentation and make it more accessible to developers.
2025-01-06
comment 0
988
SpringBoot Web Service - Part Create Repository
Article Introduction:Creating a Repository on GitHub
In this post, we'll walk through the steps to create a repository on GitHub, whether you're a beginner or just need a refresher.
Step 1: Create a GitHub Account (If You Don't Have One)
If you don't al
2025-01-05
comment 0
578
How to start springboot in nginx
Article Introduction:To start a Spring Boot application using Nginx, you need to: install Nginx and OpenJDK; create an Nginx configuration file for the application and specify the listening port and proxy path; enable the configuration file and test the configuration; reload Nginx; access the application through a domain name or IP address.
2025-04-14
comment 0
428