Articles

Spring Boot + SQLite + EL (mini website)

Used technologies:
  • Spring Boot
  • Spring Data
  • SQLite
  • EL (jstl)
  • jQuery
  • Bootstrap
  • slf4j+logback
  • Java 8

 

Some additional features:
  • Sending email with Spring Boot
  • Facebook like and comment plugins
  • AddToAny share buttons
  • Pagination

 

Screenshots:

Screen 1:
developer-jobs

Screen 2:
developer-jobs

Screen 3:
developer-jobs

Screen 4:
developer-jobs

Screen 5:
developer-jobs

 

Github link:
https://github.com/mmushfiq/springboot-sqlite-mini-website

 

PREVIEW

 

 

About the author

Mushfiq Mammadov

1 Comment

  • Hello,
    I’m trying to do the connection between a file named sample.db that is a sqlite 3 and spring boot. I was looking into your github repository and i would like to ask for you, to be able to this, i have to put org.xerial
    sqlite-jdbc
    and
    com.enigmabridge
    hibernate4-sqlite-dialect
    in my pom and in the application.properties put
    spring.datasource.url = jdbc:sqlite::sample.db // I’m inserting this way because I already have the file
    spring.datasource.driver-class-name = org.sqlite.JDBC

    Thanks.

Leave a Comment


The reCAPTCHA verification period has expired. Please reload the page.

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.