初始化项目

This commit is contained in:
2026-04-21 16:12:04 +08:00
parent 4541af2c63
commit f9d96473da
443 changed files with 36365 additions and 19 deletions
@@ -0,0 +1,32 @@
# Spring 配置
spring:
# 应用配置
application:
# 应用名称
name: xtools-app-standalone
# 环境配置
profiles:
active:
# Boot
- boot-base
- boot-db
- boot-druid
- boot-elasticsearch
- boot-knife4j
- boot-log
- boot-mybatis-plus
- boot-rabbitmq
- boot-redis
- boot-xxl-job
- boot-storage
# Customizer
- customizer-api
- customizer-log
# App
- app-gen
- app-sys
# 服务器配置
server:
# 端口
port: ${STANDALONE_SERVICE_PORT:18000}