Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 4f419f02e5
[Fix] Fixed broken tests
2023-11-24 15:17:48 +01:00
.github/workflows Update codeql.yml 2023-09-11 09:04:38 +02:00
agent [Fix] Fixed bad inspector privilege check 2023-11-21 12:11:08 +01:00
model [Minor] Don't allow to call Activity.ensureModifiable() no a sub activity 2023-10-30 12:03:04 +01:00
persistence-postgresql [Project] Updated PrivilegeConfig.xml with default values 2023-09-18 14:05:18 +02:00
persistence-xml [Project] Updated PrivilegeConfig.xml with default values 2023-09-18 14:05:18 +02:00
privilege [Fix] Fixed broken tests 2023-11-24 15:17:48 +01:00
service [New] Added ExecutionPolicy.getActivityType() 2023-11-24 12:52:11 +01:00
soql [Project] Set new version 2.1.0-SNAPSHOT 2023-09-12 08:01:03 +02:00
src [Project] Updated intellij formatter.xml 2023-11-23 14:44:33 +01:00
strolch-bom [Project] Set new version 2.1.0-SNAPSHOT 2023-09-12 08:01:03 +02:00
test-base [Project] Set new version 2.1.0-SNAPSHOT 2023-09-12 08:01:03 +02:00
test-performance [Project] Updated PrivilegeConfig.xml with default values 2023-09-18 14:05:18 +02:00
utils [Minor] Better Exception handling in ElementLockingHandler 2023-11-24 07:57:05 +01:00
web-rest [Fix] Fixed bad inspector privilege check 2023-11-21 12:11:08 +01:00
websocket [Major] Refactored SessionHandler by moving to module agent 2023-10-05 14:23:59 +02:00
xmlpers [Project] Set new version 2.1.0-SNAPSHOT 2023-09-12 08:01:03 +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 Add repository map to README.md (#29) 2023-07-18 07:32:16 +02:00
SECURITY.md Create SECURITY.md (#27) 2023-05-05 11:09:56 +02:00
pom.xml [Project] Set new version 2.1.0-SNAPSHOT 2023-09-12 08:01:03 +02:00
qodana.yaml [Project] Updated qodana.yaml 2023-06-12 08:19:22 +02:00

README.md

Strolch

Contributors License Commit Activity Forks Stars Issues Build Status Qodana Project Map

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