初始化项目
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user