https://github.com/cuioss/cui-portal-core
The core modules of the cui-portal incorporating portal-configuration and portal authentication
https://github.com/cuioss/cui-portal-core
jakartaee java microprofile
Last synced: 9 months ago
JSON representation
The core modules of the cui-portal incorporating portal-configuration and portal authentication
- Host: GitHub
- URL: https://github.com/cuioss/cui-portal-core
- Owner: cuioss
- License: apache-2.0
- Created: 2023-03-13T16:26:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-26T15:31:09.000Z (about 1 year ago)
- Last Synced: 2025-06-18T22:06:04.449Z (12 months ago)
- Topics: jakartaee, java, microprofile
- Language: Java
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
= cui-portal-core
== Status
image:https://github.com/cuioss/cui-portal-core/actions/workflows/maven.yml/badge.svg[Java CI with Maven,link=https://github.com/cuioss/cui-portal-core/actions/workflows/maven.yml]
image:http://img.shields.io/:license-apache-blue.svg[License,link=http://www.apache.org/licenses/LICENSE-2.0.html]
image:https://maven-badges.herokuapp.com/maven-central/de.cuioss.portal/cui-portal-core/badge.svg[Maven Central,link=https://maven-badges.herokuapp.com/maven-central/de.cuioss.portal/cui-portal-core]
https://sonarcloud.io/summary/new_code?id=cuioss_cui-portal-core[image:https://sonarcloud.io/api/project_badges/measure?project=cuioss_cui-portal-core&metric=alert_status[Quality
Gate Status]]
image:https://sonarcloud.io/api/project_badges/measure?project=cuioss_cui-portal-core&metric=ncloc[Lines of Code,link=https://sonarcloud.io/summary/new_code?id=cuioss_cui-portal-core]
image:https://sonarcloud.io/api/project_badges/measure?project=cuioss_cui-portal-core&metric=coverage[Coverage,link=https://sonarcloud.io/summary/new_code?id=cuioss_cui-portal-core]
https://cuioss.github.io/cui-portal-core/about.html[Generated Documentation on github-pages]
== What is it?
The core modules of the cui-portal incorporate portal-configuration and portal-authentication mechanisms and some more ...
=== Maven Coordinates
[source,xml]
----
de.cuioss.portal
bom
1.2.0
pom
import
----
== Features / Modules
link:modules/authentication/[portal-authentication]
link:modules/core/[portal-core]
link:modules/micro-profile/[micro-profile]
link:modules/test/portal-core-unit-testing[portal-core-unit-testing]