Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 393659ff19
[Fix] Fixed Strolch exception i18n hierarchy
2024-03-25 10:18:43 +01:00
.github/workflows [Project] Updated codeql to use Java 21 2023-11-30 10:10:22 +01:00
agent [Fix] Fixed Strolch exception i18n hierarchy 2024-03-25 10:18:43 +01:00
model [Fix] Fixed Strolch exception i18n hierarchy 2024-03-25 10:18:43 +01:00
persistence-postgresql [Fix] Always use SAXParserFactory feature disallow-doctype-decl=true 2023-11-30 12:16:28 +01:00
persistence-xml [Minor] Handle lossy conversion of long to int 2023-11-30 13:39:11 +01:00
privilege [New] Added CertificateThreadLocal 2024-03-21 14:23:04 +01:00
service [Minor] Made methods public 2024-03-04 17:21:55 +01:00
soql [Project] Set new version 2.2.0-SNAPSHOT 2023-11-27 07:53:36 +01:00
src [Project] Updated intellij formatter.xml 2023-11-23 14:44:33 +01:00
strolch-bom [Project] Set new version 2.2.0-SNAPSHOT 2023-11-27 07:53:36 +01:00
test-base [Project] Set new version 2.2.0-SNAPSHOT 2023-11-27 07:53:36 +01:00
test-performance [Project] Set new version 2.2.0-SNAPSHOT 2023-11-27 07:53:36 +01:00
utils [Fix] Fixed Strolch exception i18n hierarchy 2024-03-25 10:18:43 +01:00
web-rest [Fix] Fixed Strolch exception i18n hierarchy 2024-03-25 10:18:43 +01:00
websocket [Major] Refactored basic auth and getRemoteIp() helper 2024-03-21 14:23:49 +01:00
xmlpers [Fix] Always use SAXParserFactory feature disallow-doctype-decl=true 2023-11-30 12:16:28 +01: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 [Project] Removed qodana badge 2024-01-04 11:22:07 +01:00
SECURITY.md [Project] Updated SECURITY.md 2024-01-04 09:40:33 +01:00
pom.xml [Project] Removed duplicate version declaration 2024-03-21 12:06:48 +01: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 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