All Projects → apereo → cas-bootadmin-overlay

apereo / cas-bootadmin-overlay

Licence: Apache-2.0 license
CAS Spring Boot Admin Server Overlay Template

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to cas-bootadmin-overlay

cas-overlay-template
Apereo CAS WAR Overlay template
Stars: ✭ 1,057 (+5185%)
Mutual labels:  maven, overlay, cas, single-sign-on
Cas Gradle Overlay Template
CAS Gradle Overlay: Generic CAS gradle war overlay to exercise the latest versions of CAS
Stars: ✭ 69 (+245%)
Mutual labels:  overlay, cas
docker-lemonldap
Docker LemonLDAP-NG Image w/S6 overlay, Zabbix Monitoring based on Debian or Alpine
Stars: ✭ 20 (+0%)
Mutual labels:  cas, single-sign-on
Nosqlclient
Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient
Stars: ✭ 3,399 (+16895%)
Mutual labels:  management, web-application
cas-management
Apereo CAS Management Web Application
Stars: ✭ 40 (+100%)
Mutual labels:  cas, single-sign-on
Highdsa
2018年本科毕设项目,已更新所有开发和部署文档。基于Dubbo、SSM、Shiro、ELK、ActiveMQ、Redis等实现的一套高可用、高性能、高可扩展的分布式系统架构,实现可支持业务的基础公共服务,API使用Restful风格对外暴露。已经实现的包括:发送邮件服务、FastDFS文件存储服务、ELK实时日志查询服务、Redis缓存服务、Mybatis数据库、阿里短信推送、Goeasy消息推送、Druid监控、ActiveMQ消息队列、shiro权限认证、cas单点登录、权限配置web系统、移动端后台系统。持续更新中......
Stars: ✭ 385 (+1825%)
Mutual labels:  maven, cas
eu-login-bundle
EU Login bundle, a standard Symfony bundle to authenticate users against EU Login.
Stars: ✭ 25 (+25%)
Mutual labels:  cas, single-sign-on
Temboard
PostgreSQL Remote Control
Stars: ✭ 218 (+990%)
Mutual labels:  administration, management
Redis Marshal
Lightweight Redis data exploration tool
Stars: ✭ 16 (-20%)
Mutual labels:  administration, management
git-admin
A package to help manage git repositories through the commandline
Stars: ✭ 27 (+35%)
Mutual labels:  administration, management
psrcas
PSR CAS, a PHP standard library for CAS authentication.
Stars: ✭ 21 (+5%)
Mutual labels:  cas, single-sign-on
sqstorage
A easy to use and quick way to organize your inventory, storages and storage areas
Stars: ✭ 18 (-10%)
Mutual labels:  management, web-application
jami-overlay
Jami (formerly Ring (formerly SFLphone)) is a SIP compatible softphone for GNU/Linux.
Stars: ✭ 22 (+10%)
Mutual labels:  overlay
django-allauth-cas
CAS support for django-allauth.
Stars: ✭ 15 (-25%)
Mutual labels:  cas
indy
Simple artifact proxy for maven and similar build tools
Stars: ✭ 27 (+35%)
Mutual labels:  maven
single-sign-on-out-jwt-cookie-redis-java-springboot-freemarker
Single Sign Out, Scalable Authentication Example with JSON Web Token (JWT), Spring Boot and Redis
Stars: ✭ 15 (-25%)
Mutual labels:  single-sign-on
maven-dependency-analyzer
Apache Maven Dependency Analyzer
Stars: ✭ 22 (+10%)
Mutual labels:  maven
spotifyApiSpring
Spring-boot MVC application consuming Spotify's REST API
Stars: ✭ 28 (+40%)
Mutual labels:  maven
webstart
www.mojohaus.org/webstart/
Stars: ✭ 27 (+35%)
Mutual labels:  maven
maven-compiler-plugin
Apache Maven Compiler Plugin
Stars: ✭ 131 (+555%)
Mutual labels:  maven

CAS Spring Boot Admin Server Overlay Template

Generic CAS Spring Boot Admin Server WAR overlay.

Versions

<cas.version>6.1.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://localhost:8444

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/casbootadminserver.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].