All Projects → apereo → Cas Configserver Overlay

apereo / Cas Configserver Overlay

Licence: apache-2.0
Generic CAS Spring Cloud Configuration Server WAR overlay

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Cas Configserver Overlay

Jbone
jbone基于Spring Cloud框架开发,旨在为中小企业提供稳定的微服务解决方案,为开发人员提供基础开发骨架,jbone包含微服务中所有常用组件,例如注册中心、服务管理、服务监控、JVM监控、内存分析、调用链跟踪、API网关等等。业务功能包括系统权限的统一管理、单点登录、CMS、电商平台、工作流平台、支付平台等等。
Stars: ✭ 961 (+3332.14%)
Mutual labels:  spring-boot, spring-cloud, sso, cas
Sso
cas单点登录系统,其中包括cas认证服务,配置中心,监控平台,服务管理的高可用项目
Stars: ✭ 797 (+2746.43%)
Mutual labels:  spring-boot, spring-cloud, sso, cas
Spring Cloud Zookeeper
Spring Cloud Zookeeper
Stars: ✭ 481 (+1617.86%)
Mutual labels:  spring-boot, spring-cloud, configuration
Apollo
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
Stars: ✭ 26,052 (+92942.86%)
Mutual labels:  spring-boot, spring-cloud, configuration
Spring Cloud Consul
Spring Cloud Consul
Stars: ✭ 703 (+2410.71%)
Mutual labels:  spring-boot, spring-cloud, configuration
Cas
Apereo CAS - Enterprise Single Sign On for all earthlings and beyond.
Stars: ✭ 9,154 (+32592.86%)
Mutual labels:  spring-boot, spring-cloud, sso
Oneplatform
onePlatform定位是企业级应用网关,提供提供服务路由、SSO、统一认证授权、统一日志、全局事件以及模块化管理等基础能力。基于Spring cloud、开箱即用、无额外学习成本、无缝对接老系统。→提供配套视频教程(Q群: 61859839)
Stars: ✭ 105 (+275%)
Mutual labels:  spring-boot, spring-cloud, sso
Study
全栈工程师学习笔记;Spring登录、shiro登录、CAS单点登录和Spring boot oauth2单点登录;Spring data cache 缓存,支持Redis和EHcahce; web安全,常见web安全漏洞以及解决思路;常规组件,比如redis、mq等;quartz定时任务,支持持久化数据库,动态维护启动暂停关闭;docker基本用法,常用image镜像使用,Docker-MySQL、docker-Postgres、Docker-nginx、Docker-nexus、Docker-Redis、Docker-RabbitMQ、Docker-zookeeper、Docker-es、Docker-zipkin、Docker-ELK等;mybatis实践、spring实践、spring boot实践等常用集成;基于redis的分布式锁;基于shared-jdbc的分库分表,支持原生jdbc和Spring Boot Mybatis
Stars: ✭ 159 (+467.86%)
Mutual labels:  spring-boot, sso, cas
Genie
Distributed Big Data Orchestration Service
Stars: ✭ 1,544 (+5414.29%)
Mutual labels:  cloud, spring-boot, configuration
Abixen Platform
Abixen Platform
Stars: ✭ 530 (+1792.86%)
Mutual labels:  cloud, spring-boot, spring-cloud
Microservices Demo
Using Spring Cloud to develop microservices and deploy to Kubernetes
Stars: ✭ 21 (-25%)
Mutual labels:  spring-boot, spring-cloud
Spring Boot Examples
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
Stars: ✭ 26,812 (+95657.14%)
Mutual labels:  spring-boot, spring-cloud
Weixin Shop Spring Cloud
微信商城SpringCloud版本 - 前端vue-shop
Stars: ✭ 717 (+2460.71%)
Mutual labels:  spring-boot, spring-cloud
Phpcas
Apereo PHP CAS Client
Stars: ✭ 729 (+2503.57%)
Mutual labels:  sso, cas
Simplemall
基于SpringCloud的微服务架构实战案例项目,以一个简单的购物流程为示例,融合spring cloud 相关组件,如spring-cloud-netflix、swagger等
Stars: ✭ 687 (+2353.57%)
Mutual labels:  spring-boot, spring-cloud
Springcloud Learning
Spring Cloud基础教程,持续连载更新中
Stars: ✭ 6,839 (+24325%)
Mutual labels:  spring-boot, spring-cloud
Spring Cloud Examples
Spring Cloud 学习案例,服务发现、服务治理、链路追踪、服务监控等
Stars: ✭ 5,829 (+20717.86%)
Mutual labels:  spring-boot, spring-cloud
Mica
Spring Cloud 微服务开发核心工具集。工具类、验证码、http、redis、ip2region、xss 等,开箱即用。 🔝 🔝 记得右上角点个star 关注更新!
Stars: ✭ 749 (+2575%)
Mutual labels:  spring-boot, spring-cloud
Tweetmap
A real time Tweet Trend Map and Sentiment Analysis web application with kafka, Angular, Spring Boot, Flink, Elasticsearch, Kibana, Docker and Kubernetes deployed on the cloud
Stars: ✭ 28 (+0%)
Mutual labels:  cloud, spring-boot
Spring Cloud Book
《使用Spring Cloud与Docker实战微服务》开源书。讨论QQ群:731548893。配套代码:https://github.com/eacdy/spring-cloud-study
Stars: ✭ 886 (+3064.29%)
Mutual labels:  spring-boot, spring-cloud

CAS Spring Cloud Configuration Server Overlay Template

Generic CAS Spring Cloud Configuration Server WAR overlay.

Versions

<cas.version>6.0.x</cas.version>

Requirements

  • JDK 11

Build

To see what commands are available to the build script, run:

./build.sh help

To package the final web application, run:

./build.sh package

To update SNAPSHOT versions run:

./build.sh package -U

Configuration

Create a src/main/resources/application.properties file to override default settings.

Deployment

On a successful deployment via the following methods, the configuration server will be available at:

  • https://cas.server.name:8888/casconfigserver

Executable WAR

Run the configuration server web application as an executable WAR.

./build.sh run

Spring Boot

Run the configuration server web application as an executable WAR via Spring Boot. This is most useful during development and testing.

./build.sh bootrun

External

Deploy resultant target/casconfigserver.war to a servlet container of choice.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].