Skip to content

jirkapinkas/java-blog-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Blog Aggregator

Project Top Java Blogs uses this system to aggregate latest news from Java world.

NOTE: On January 16 2016 the project has moved to new repository: java-blog-aggregator-boot and now runs on Spring Boot and instead of JSP is used Thymeleaf.

To run in development mode (using embedded HSQL database):

Run this application using embedded Jetty server: mvn -P dev jetty:run -Dspring.profiles.active="dev"

This will start embedded Jetty server on port 8080 and you can access your application here: http://localhost:8080

To deploy on Heroku:

first run: mvn package
next goto target directory and run: heroku deploy:war --war jba.war --app YOUR_APP
To deploy WAR to Heroku see this article: https://devcenter.heroku.com/articles/war-deployment

You can use this user to login (name / password): admin / admin

To develop JBA from scratch:

Because I recorded this project creation from scratch, you can learn from it:

Related projects:

Releases

No releases published

Packages

 
 
 

Languages