# tess **Repository Path**: pilo/tess ## Basic Information - **Project Name**: tess - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-06-18 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## tess Tenants Enterprise software service 多租户企业级框架 ### 中间件启动 ``` docker run -d --name redis1 -p 6380:6379 -e REDIS_PASSWORD=123456 bitnami/redis:latest sysctl -w vm.max_map_count=262144 docker run -d --name es0 -p 9200:9200 -p 9300:9300 itzg/elasticsearch docker run --name mariadb -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 -d mariadb:10.3 ``` https://blog.csdn.net/hry2015/article/details/78905489 ### eureka http://localhost:8761/ ### zipkin控制台 http://localhost:9411/zipkin/index.html ### 支持功能 * [x] 权限控制 * [ ] 调用监控 * [ ] 数据追踪