Skip to content

marevol/lastaflute-example-waterfront

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LastaFlute Example Waterfront

example project for LastaFlute, ESFlute (with Elasticsearch, also JSP)

LastaFlute:
https://github.com/lastaflute/lastaflute

Quick Trial

Can boot it by example of LastaFlute:

  1. git clone https://github.com/lastaflute/lastaflute-example-waterfront.git
  2. prepare database by *ReplaceSchema at DBFlute client directory 'dbflute_maihamadb'
  3. compile it by Java8, on e.g. Eclipse or IntelliJ or ... as Maven project
  4. execute the *main() method of (org.docksidestage.boot) WaterfrontBoot
  5. access to http://localhost:8099/waterfront
    and login by user 'Pixy' and password 'sea', and can see debug log at console.

*ReplaceSchema

// call manage.sh at lastaflute-example-waterfront/dbflute_maihamadb
// and select replace-schema in displayed menu
...:dbflute_maihamadb ...$ sh manage.sh

*main() method

public class WaterfrontBoot {

    public static void main(String[] args) {
        new TomcatBoot(8099, "/waterfront").useTldDetect().asDevelopment(isNoneEnv()).bootAwait();
    }
}

Information

License

Apache License 2.0

Official site

comming soon...

About

example project for LastaFlute, ESFlute (with Elasticsearch, also JSP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 86.7%
  • HTML 6.5%
  • XSLT 4.5%
  • Batchfile 0.8%
  • CSS 0.7%
  • Shell 0.5%
  • Other 0.3%