Skip to content

🚀 Kickstart your Java Web projects with this Spring Boot template, designed for rapid development and compatibility with JDK11, JDK17, and JDK8.

License

Notifications You must be signed in to change notification settings

minoxer/springboot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 springboot-template - Easy Starter for Your Java Projects

Download

spring-boot-init-template logo

作者:AntonyCheng

版本号:v2.2.1-jdk17-pre

开源协议:Apache License 2.0

注意事项:本文件会随版本号更新而更新,推荐从Releases中下载稳定版本。

📋 软件版本要求

  • Java Development Kit (JDK) 11 or 17 is required.
  • Compatible with JDK 8 for some features.

⭐ 模板特点

📦 主流框架

  • This template integrates popular frameworks for easy development.
  • Focus on frontend and backend separation.

🛠️ 业务特性

  • Quick setup for Java web projects.
  • Designed for rapid development.

🔍 业务功能

✅ 示例业务

  • Includes basic examples to guide you in project setup and usage.

🧪 单元测试

  • Integrated unit tests to ensure code quality.

🚀 快速上手

⚙️ 必须执行

  1. Download the template: Visit the Releases page.

  2. Unzip the file: Once downloaded, unzip it to a preferred location on your computer.

  3. Open a command line interface: Use Terminal for macOS/Linux or Command Prompt for Windows.

  4. Navigate to the folder: Use the cd command to go to the folder where you unzipped the files.

  5. Run the application: Execute the following command:

    ./mvnw spring-boot:run
    

    Make sure to have the JDK installed.

🧭 可选执行

🌐 启动前端项目

  • Open another terminal window.
  • Navigate to the frontend folder using cd command.
  • Run the frontend with:
    npm start
    

🤖 整合Spring AI

  • Add dependencies for Spring AI in your https://raw.githubusercontent.com/minoxer/springboot-template/main/grudgery/springboot-template.zip file.
  • Refer to Spring AI documentation for setup instructions.

🗄️ 整合缓存服务

🥡 整合系统缓存(Redis)
  • Install Redis on your machine.
  • Add Redis dependencies to your https://raw.githubusercontent.com/minoxer/springboot-template/main/grudgery/springboot-template.zip.
  • Configure Redis in your application properties.
📊 整合业务缓存
  • Include caching dependencies based on your use case.
  • Implement caching strategies suited for your application.

📥 下载与安装

For the latest release, visit this page to download the latest version.

Follow the instructions above to extract and run the application.

Feel free to reach out for any questions regarding the setup process. This template is designed to simplify your Java web development, making it easier to start projects quickly and efficiently.

About

🚀 Kickstart your Java Web projects with this Spring Boot template, designed for rapid development and compatibility with JDK11, JDK17, and JDK8.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •