Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 7ffaab1bb8 [Major] Removed the Query API, use Search API instead 2021-09-05 12:46:45 +02:00
dev [Project] Updated intellij formatter.xml 2019-09-04 13:14:43 +02:00
li.strolch.agent [Major] Removed the Query API, use Search API instead 2021-09-05 12:46:45 +02:00
li.strolch.bom [Project] Removed duplicated dependency declaration in bom 2019-11-09 17:10:09 +01:00
li.strolch.model [Minor] code cleanup 2021-09-01 14:35:19 +02:00
li.strolch.mvn.archetype.main [Project] added RequirePasswordChange privilege to admin 2021-02-23 12:47:33 +01:00
li.strolch.mvn.archetype.webapp [Major] Updated code to work with strolch-wc-information-dialog 0.1.3 2021-08-30 21:04:29 +02:00
li.strolch.performancetest [Project] Added DB pool keepaliveTime=10min 2021-05-25 08:42:06 +02:00
li.strolch.persistence.postgresql [Major] Removed the Query API, use Search API instead 2021-09-05 12:46:45 +02:00
li.strolch.persistence.xml [Major] Removed the Query API, use Search API instead 2021-09-05 12:46:45 +02:00
li.strolch.privilege [Fix] Don't throw exception on missing roles, privileges or policies 2021-06-21 16:14:43 +02:00
li.strolch.rest [Major] Removed the Query API, use Search API instead 2021-09-05 12:46:45 +02:00
li.strolch.service [New] Allow to pass Action to Controller for actions 2021-08-25 16:10:01 +02:00
li.strolch.soql [Major] Removed the Query API, use Search API instead 2021-09-05 12:46:45 +02:00
li.strolch.testbase [Major] Added ordering to OrderDao.queryAll() with asc/desc 2021-01-25 21:52:17 +01:00
li.strolch.utils [Major] Added FileHelper.getTempFile() with option to ignore hours in path 2021-09-03 15:14:25 +02:00
li.strolch.websocket [Minor] replaced deprecated call with new call 2020-08-18 16:39:56 +02:00
li.strolch.xmlpers [Fix] Nicely handle missing unit on update 2021-05-29 23:31:12 +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 [Project] Updated README.md 2020-03-31 08:45:28 +02:00
pom.xml [Project] Update SCM URLs 2021-07-16 15:49:49 +02:00

README.md

Strolch

Build Status

The main repository which contains all of Strolch.

Strolch consists of the following modules:

  • li.strolch.utils
  • li.strolch.privilege
  • li.strolch.xmlpers
  • li.strolch.model
  • li.strolch.agent
  • li.strolch.service
  • li.strolch.persistence.postgresql
  • li.strolch.persistence.xml
  • li.strolch.rest
  • li.strolch.websocket
  • li.strolch.soql
  • li.strolch.mvn.archetype.main
  • li.strolch.mvn.archetype.webapp
  • li.strolch.bom
  • li.strolch.testbase
  • li.strolch.performancetest

And of course the website itself:

  • li.strolch.website

Getting Started

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

Or install locally first:

git clone https://github.com/4treesCH/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.html

More Information

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