迁移

liyuan 5a66f2856c 去掉无用代码、更新readme 3 months ago
doc 6bd514203d first 3 months ago
tire-auth 6bd514203d first 3 months ago
tire-common 6bd514203d first 3 months ago
tire-gateway 6bd514203d first 3 months ago
tire-ops 6bd514203d first 3 months ago
tire-ops-api 6bd514203d first 3 months ago
tire-plugin 6bd514203d first 3 months ago
tire-plugin-api 6bd514203d first 3 months ago
tire-service 5a66f2856c 去掉无用代码、更新readme 3 months ago
tire-service-api 6bd514203d first 3 months ago
.editorconfig 6bd514203d first 3 months ago
.gitignore 6bd514203d first 3 months ago
LICENSE 6bd514203d first 3 months ago
README.md 5a66f2856c 去掉无用代码、更新readme 3 months ago
pom.xml 6bd514203d first 3 months ago

README.md

基础环境

  • JDK8
  • mysql5.7.44
  • maven3.8+
  • redis
  • nacos2.0+

nacos配置

nacos配置信息在 LauncherConstant 类中,系统默认使用的命名空间为 gubersail

项目启动所需基本模块

tire-gateway、tire-auth、tire-system、tire-resource、tire-user、tire-client

模块介绍

  • tire-auth: 认证模块
  • bland-common: 通用模块
  • tire-gateway: 网关模块
  • tire-admin: 监控模块
  • tire-develop: 代码生成模块
  • tire-log: 日志模块
  • tire-report: 报表模块
  • tire-resource: 资源模块
  • tire-swagger: swagger模块
  • tire-xxljob: xxljob模块
  • tire-xxljob-admin: xxljob管理模块
  • tire-plugin: 插件模块
  • tire-service: 服务模块,所有业务相关都在这
  • tire-check: 审批流模块
  • tire-system: 系统模块
  • tire-user: 用户模块
  • tire-client: 客户端模块主要存放了一个消息通知
  • tire-dest: 公告、事务管理 > 所有 -api的模块都是fegin接口

本地settings 文件新增配置

 		<server>
		  <id>bladex</id>
		  <configuration>
			<httpHeaders>
			  <property>
				<name>Authorization</name>
				<value>token bbedf1f0e4496fa61b6a4688ba47fe622f228d02</value>
			  </property>
			</httpHeaders>
		  </configuration>
		</server>

mirror 中添加 !echepei-release,!bladex