GitXplorerGitXplorer
h

cas-test

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
dfac3567ecc896fe2993d805e5f420ab4ed870b1

use starter module name

hhdeadman committed 3 years ago
Unverified
4a096ab725e18ef6a06aabe083e36bf282e44321

use app dependency

hhdeadman committed 3 years ago
Unverified
f26b8aff7eb348dfb62a732b9d00eec00d042f5f

set main class to CAS in manifest

hhdeadman committed 3 years ago
Unverified
aa8eee4a1f26a0dc007bdde5a677af1ba124cad1

remove webjar locator dependency

hhdeadman committed 3 years ago
Unverified
c374334908067880ec12b2427b3fb68c6c5e0e52

autoconfigure webmvc, add webjar locator dependency

hhdeadman committed 3 years ago
Unverified
7156a01c42ca26d4d52b54488e1f4dab9cee63f2

add CAS bom and exclude logback, remove thyme fixes no longer needed

hhdeadman committed 3 years ago

README

The README file for this repository.

CAS running as jar

This started as a spring intializer project:
and then CAS dependencies were added and adjustments made until CAS runs as a jar.

Mainly required adding repositories to build.gradle, disabling some auto-configuration classes in spring boot, and adding a ThymeProperties bean that was missing for some reason.

This is a throw-away proof of concept that might be incorporated into main CAS project or CAS Intiailizr. CAS starts up but hasn't otherwise been tested (at all).