example project for LastaFlute as single project (without RDB)
LastaFlute:
https://github.com/lastaflute/lastaflute
Can boot it by example of LastaFlute:
- git clone https://github.com/lastaflute/lastaflute-example-lostriver.git
- compile it by Java8, on e.g. Eclipse or IntelliJ or ... as Maven project
- execute the *main() method of (org.docksidestage.boot) LostriverBoot
- access to http://localhost:8156/lostriver
*main() method
public class LostriverBoot {
public static void main(String[] args) {
new JettyBoot(8156, "/lostriver").asDevelopment(isNoneEnv()).bootAwait();
}
}
Apache License 2.0
comming soon...