Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 3e6788e335
[Minor] Removed unnecessary synchronized modifier in DefaultPrivilegeHandler.initialize()
2023-04-05 20:24:39 +02:00
.github/workflows [Minor] Updated qodana.yaml 2023-02-13 08:43:58 +01:00
agent [Major] Refactored PrivilegeHandler, adding locking, no synchronized blocks and methods 2023-04-05 15:18:13 +02:00
model [Minor] Code cleanup 2023-04-04 17:20:57 +02:00
persistence-postgresql [Minor] Remove unneeded main method 2023-04-04 15:31:27 +02:00
persistence-xml [Minor] Automated Code cleanup 2023-04-04 15:02:07 +02:00
privilege [Minor] Removed unnecessary synchronized modifier in DefaultPrivilegeHandler.initialize() 2023-04-05 20:24:39 +02:00
service [Project] Fix exceptions in testing 2023-04-05 15:23:06 +02:00
soql [Minor] Automated Code cleanup: Mismatched query and update of collection 2023-04-04 14:44:33 +02:00
src [Project] Added inspections_java.xml 2023-04-04 09:24:55 +02:00
strolch-bom [Project] Updated names of modules 2022-12-16 16:22:58 +01:00
test-base [Minor] Automated Code cleanup: Magic Constant 2023-04-04 14:36:29 +02:00
test-performance [Minor] Automated Code cleanup: Double quote to prevent globbing and word splitting. 2023-04-04 15:07:13 +02:00
utils [Minor] Don't catch RuntimeException in ElementLockingHandler.lockedExecute* 2023-04-05 15:17:33 +02:00
web-rest [Minor] Automated Code cleanup: unused imports 2023-04-04 13:05:54 +02:00
websocket [Minor] Automated Code cleanup: field can be final 2023-04-04 11:40:12 +02:00
xmlpers [Major] Refactored LockableObject and ElementLockingHandler 2023-04-05 08:15:45 +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
pom.xml [Minor] Automated Code cleanup: HTTP links are not secure 2023-04-04 15:07:04 +02:00
qodana.yaml [Minor] Updated qodana.yaml 2023-02-13 08:43:58 +01: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