Ligoj - Business

Gfi Bootstrap Parent

License

License

GroupId

GroupId

org.ligoj.app
ArtifactId

ArtifactId

app-business
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

war
Description

Description

Ligoj - Business
Gfi Bootstrap Parent
Project Organization

Project Organization

Gfi Informatique
Source Code Management

Source Code Management

https://github.com/ligoj/ligoj

Download app-business

How to add to project

<!-- https://jarcasting.com/artifacts/org.ligoj.app/app-business/ -->
<dependency>
    <groupId>org.ligoj.app</groupId>
    <artifactId>app-business</artifactId>
    <version>1.5.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ligoj.app/app-business/
implementation 'org.ligoj.app:app-business:1.5.0'
// https://jarcasting.com/artifacts/org.ligoj.app/app-business/
implementation ("org.ligoj.app:app-business:1.5.0")
'org.ligoj.app:app-business:war:1.5.0'
<dependency org="org.ligoj.app" name="app-business" rev="1.5.0">
  <artifact name="app-business" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ligoj.app', module='app-business', version='1.5.0')
)
libraryDependencies += "org.ligoj.app" % "app-business" % "1.5.0"
[org.ligoj.app/app-business "1.5.0"]

Dependencies

compile (11)

Group / Artifact Type Version
org.ligoj.api : plugin-iam-empty jar 1.0.4
org.ligoj.api : plugin-core jar 1.0.4
commons-lang : commons-lang jar 2.6
org.apache.maven : maven-artifact jar 3.3.9
org.ligoj.bootstrap : bootstrap-business jar 1.6.0
org.apache.commons : commons-collections4 jar 4.1
org.springframework : spring-context-support jar 4.3.7.RELEASE
org.quartz-scheduler : quartz jar 2.2.3
org.apache.httpcomponents : httpclient jar 4.5.3
org.springframework.ldap : spring-ldap-core jar 2.3.1.RELEASE
org.springframework.ldap : spring-ldap-core-tiger jar 2.3.1.RELEASE

provided (6)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
org.joda : joda-convert jar 1.8.1
org.projectlombok : lombok jar 1.16.14
javax.transaction : javax.transaction-api jar 1.2
javax.enterprise : cdi-api jar 1.2
javax.annotation : jsr250-api jar 1.0

runtime (1)

Group / Artifact Type Version
mysql : mysql-connector-java jar 6.0.6

test (7)

Group / Artifact Type Version
org.ligoj.api : plugin-api-test jar 1.0.4
org.ligoj.bootstrap : bootstrap-business-test jar 1.6.0
org.springframework.security : spring-security-ldap jar 4.2.2.RELEASE
org.apache.directory.shared : shared-ldap jar 0.9.15
org.apache.directory.server : apacheds-protocol-ldap jar 1.5.5
org.mockito : mockito-core jar 2.7.17
com.github.tomakehurst : wiremock jar 2.5.1

Project Modules

There are no modules declared in this project.

🔗 Ligoj - API Docker API - UI Docker UI

alt text FOSSA Status

A web application to centralize the related tools of your projects, a 21th century links management with security and data collection. More technical details can be found in the sub directories ligo-api and ligo-ui.

Build Status Build Status Quality Gate Codacy Badge Maintainability CodeFactor License Sauce Test Status

Big Thanks

Cross-browser Testing Platform and Open Source <3 Provided by Sauce Labs

Get started

curl https://raw.githubusercontent.com/ligoj/ligoj/master/docker-compose.yml -o docker-compose.yml -s && docker-compose up

Open your browser at : Ligoj Home User/password for administrator role : ligoj-admin and ligoj-user for a regular user

You can install the plug-ins for RBAC security : plugin-id,plugin-id-ldap,plugin-id-ldap-embedded

Deeper

Make Ligoj home persistent

You can keep your plugins installation by mapping /usr/local/ligoj with a volume. The ligoj-ui container has no persistent data.

docker run -d --name ligoj-api --link ligoj-db:db -v ~/.ligoj:/usr/local/ligoj ligoj/ligoj-api:3.2.0

Dev section

See Wiki page

See each container ligo-api and ligo-ui.

License

FOSSA Status

Versions

Version
1.5.0