# service-backend-pro **Repository Path**: qiankun-cloud/service-backend-pro ## Basic Information - **Project Name**: service-backend-pro - **Description**: springboot3 + springcloud alibaba + virtual thread - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-08 - **Last Updated**: 2025-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction OSS # QuickStart 1. 启动中间件 - psql 通过`docs`目录下的public.sql文件创建数据库 - ftp服务器 例如filelliza - redis - nginx服务 使用命令`nginx -p 'pwd' / -c nginx.conf`启动服务 nginx配置的参考文件也在`docs目录下 2. 修改配置 备份`src/main/resources/application.template.yml`文件并命名为`application.yml` 修改其中的配置项 3. 启动服务 ```shell mvn spring-boot:run ```