Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg ba031f966e
[Project] Set new version 2.0.4
2023-05-05 13:27:52 +02:00
.github/workflows [Minor] Updated qodana.yaml 2023-02-13 08:43:58 +01:00
agent [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
model [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
persistence-postgresql [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
persistence-xml [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
privilege [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
service [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
soql [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
src [Project] Added inspections_java.xml 2023-04-04 09:24:55 +02:00
strolch-bom [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
test-base [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
test-performance [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
utils [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
web-rest [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
websocket [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
xmlpers [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
.gitignore [Project] Updated .gitignore files 2020-01-08 09:18:37 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#7) 2018-03-28 19:44:31 +02:00
LICENSE [Project] added LICENSE and README.md 2014-09-16 09:29:42 +02:00
README.md Added Qodana badge 2023-02-13 07:19:37 +01:00
SECURITY.md Create SECURITY.md (#27) 2023-05-05 11:09:56 +02:00
pom.xml [Project] Set new version 2.0.4 2023-05-05 13:27:52 +02:00
qodana.yaml [Project] Updated qodana.yaml 2023-04-17 12:09:37 +02:00

README.md

Strolch

Contributors License Build Status Qodana

The main repository which contains all of Strolch.

Getting Started

Either use a version on Maven Central: https://mvnrepository.com/artifact/li.strolch/

Or install locally first:

git clone https://github.com/strolch-li/strolch.git
cd strolch
mvn clean install -DskipTests

Then you can create your own project. Please read the README files in the generated projects.

To create a Strolch project see https://strolch.li/development/

More Information

Find more to Strolch at our website: https://strolch.li