Invest

Modular plugin based application framework, based on Spring

License

License

GroupId

GroupId

io.committed.invest
ArtifactId

ArtifactId

invest-parent
Last Version

Last Version

0.7.2
Release Date

Release Date

Type

Type

pom
Description

Description

Invest
Modular plugin based application framework, based on Spring
Project URL

Project URL

http://committed.io
Project Organization

Project Organization

Committed
Source Code Management

Source Code Management

https://github.com/commitd/invest-server

Download invest-parent

Filename Size
invest-parent-0.7.2.pom 5 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/io.committed.invest/invest-parent/ -->
<dependency>
    <groupId>io.committed.invest</groupId>
    <artifactId>invest-parent</artifactId>
    <version>0.7.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.committed.invest/invest-parent/
implementation 'io.committed.invest:invest-parent:0.7.2'
// https://jarcasting.com/artifacts/io.committed.invest/invest-parent/
implementation ("io.committed.invest:invest-parent:0.7.2")
'io.committed.invest:invest-parent:pom:0.7.2'
<dependency org="io.committed.invest" name="invest-parent" rev="0.7.2">
  <artifact name="invest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.committed.invest', module='invest-parent', version='0.7.2')
)
libraryDependencies += "io.committed.invest" % "invest-parent" % "0.7.2"
[io.committed.invest/invest-parent "0.7.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • invest-dependencies
  • invest-common
  • invest-server
  • invest-plugin
  • invest-plugins
  • invest-support

Invest Java

Modular, plugin based framework for Spring servers

Building

You will likely want to build the Invest server having first build the UI and placed the UI artifacts in the correct locations Refer to the invest project repository on how to do this.

To build this repository in isolation, run:

./build

The output of the of the build will be placed in build/.

Running

Functionality is added by plugins in Invest. If you run the invest-server-app.jar on its own you'll have a very empty application.

So instead you need to run point java to the location of your plugin jars.

You might want to put them all under a /plugins directory, in which case:

java -Dloader.path=plugins/ -jar invest-server/invest-server-app/target/invest-app-SNAPSHOT.jar

You can have as many paths on the loader.path as you like, separate them :. You can also set them on the environment variable LOADER_PATH. See the Spring Documents for more details.

## Licence

THis project is licensed under the Apache License 2.0.

io.committed.invest

Committed

Versions

Version
0.7.2
0.7.1
0.7.0
0.6.0
0.5.0
0.1.0
0.0.1