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:
Github link:
https://github.com/mmushfiq/springboot-sqlite-mini-website
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.