- Maven 4.0
- SpringBoot 2.0
- Postgresql
- Mybatis 3.4.6
- Go to evalib-server folder
- Run maven command to generate the package: mvn clean package
- The package will be generated, and use the package located in evalib-server\evalib-web-admin\target.
- Create a database named evalib. Currently it only support postgresql.
- Run the sql\schema.sql file to create the required tables.
- Run teh sql\init_data.sql to insert the intilize data.
- Get the package generated and run command: java -jar
- SpringBoot cannot server static file - Missing @EnableAutoConfiguration attribute in Application class.
- mybatis typealias registration use package works fine when debug in eclipse but it does not work when run from jar package.