Invest Server Libs

Contains all the libraries requires by server and available to client (without additional bundling)

Лицензия

Лицензия

Группа

Группа

io.committed.invest
Идентификатор

Идентификатор

invest-server-libs
Последняя версия

Последняя версия

0.7.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Invest Server Libs
Contains all the libraries requires by server and available to client (without additional bundling)
Организация-разработчик

Организация-разработчик

Committed

Скачать invest-server-libs

Как подключить последнюю версию

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

Зависимости

compile (20)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter jar
org.springframework.boot : spring-boot-starter-webflux jar
org.springframework.boot : spring-boot-starter-cache jar
org.springframework.security : spring-security-core jar
org.springframework.security : spring-security-config jar
org.springframework.security : spring-security-web jar
org.springframework.boot : spring-boot-starter-data-mongodb-reactive jar
org.elasticsearch.client : transport jar
org.elasticsearch.plugin : transport-netty4-client jar
org.springframework.data : spring-data-elasticsearch jar
org.mongodb : mongodb-driver-reactivestreams jar
org.springframework.boot : spring-boot-starter-data-jpa jar
org.springframework.boot : spring-boot-starter-data-cassandra-reactive jar
org.springframework.boot : spring-boot-starter-data-redis-reactive jar
com.graphql-java : graphql-java jar
io.leangen.graphql : spqr jar
com.google.guava : guava jar
com.h2database : h2 jar
org.projectlombok : lombok jar
io.projectreactor : reactor-core jar

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.7.2
0.7.1
0.7.0
0.6.0
0.5.0
0.1.0
0.0.1