Project developed for the subject EI1027 at UJI
- Maven 3.x
- Java 8
- Free 8080 port
The application requires write permissions in:
/var/lucene
Where the search indexes are being stored/var/easyrent
Application persistent files
- -- Option 1: Run
main()
method fromApplication.class
. This option is more suitable to failures, due to IDE dependency. - -- Option 2: Requires Maven. Follow the steps here. Once installed and added to the system path, run
mvn spring-boot:run
.
For both options, after running the app, browse to localhost:8080 to start using the application.
- Alberto González @albertogonper
- Daniel Chía @dnchia