35 lines
648 B
YAML
35 lines
648 B
YAML
# Spring 配置
|
|
spring:
|
|
# 应用配置
|
|
application:
|
|
# 应用名称
|
|
name: xtools-app-standalone
|
|
# 环境配置
|
|
profiles:
|
|
active:
|
|
# Boot
|
|
- boot-jasypt
|
|
- boot-base
|
|
- boot-db
|
|
# - boot-druid
|
|
- boot-hikari
|
|
- boot-elasticsearch
|
|
- boot-knife4j
|
|
- boot-log
|
|
- boot-mybatis-plus
|
|
- boot-rabbitmq
|
|
# - boot-kafka
|
|
- boot-redis
|
|
- boot-xxl-job
|
|
- boot-storage
|
|
# Customizer
|
|
- customizer-api
|
|
- customizer-log
|
|
# App
|
|
- app-gen
|
|
- app-sys
|
|
|
|
# 服务器配置
|
|
server:
|
|
# 端口
|
|
port: ${STANDALONE_SERVICE_PORT:18000} |