Skip to content

aspectran/aspectran-jpetstore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aspectran-jpetstore

JPetStore is a full web application built on top of Aspectran and MyBatis 3.
This is another implementation of MyBatis sample application (https://github.com/mybatis/jpetstore-6).

Running JPetStore under Aspectran Shell

  • Clone this repository

    $ git clone https://github.com/aspectran/aspectran-jpetstore.git
  • Build with Maven

    $ cd aspectran-jpetstore
    $ mvn clean package
  • Startup the Aspectran Shell

    $ cd app/bin
    $ ./shell.sh
  • Access in your browser at http://localhost:8081

    Username: j2ee  
    Password: j2ee
    

About

A web application built on top of Aspectran and MyBatis

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 74.6%
  • JavaScript 9.0%
  • Shell 6.6%
  • CSS 3.7%
  • Batchfile 3.6%
  • HTML 2.5%