All Projects → fmendozaro → spring-blog

fmendozaro / spring-blog

Licence: other
A blogging full-stack web application project made with Spring Boot for Codeup students to use as a reference during the Capstone process.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to spring-blog

BusinessInfrastructurePlatformGroupVersion
A java web project based on Spring Boot using MySQL, Spring MVC, Hibernate, Spring Data JPA, Query DSL, Lombok, Logback, etc.
Stars: ✭ 90 (+104.55%)
Mutual labels:  thymeleaf, hibernate
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (-25%)
Mutual labels:  thymeleaf, hibernate
spring-boot-shop-sample
My first web application using Spring Boot framework.
Stars: ✭ 66 (+50%)
Mutual labels:  thymeleaf, hibernate
Spring Boot Enterprise Application Development
Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》
Stars: ✭ 261 (+493.18%)
Mutual labels:  thymeleaf, hibernate
Javaquarkbbs
基于Spring Boot实现的一个简易的Java社区
Stars: ✭ 755 (+1615.91%)
Mutual labels:  thymeleaf, hibernate
Hiweather
A Chinese Weather Website based on Kotlin and SpringBoot. Using Spiders to gather weather and location data.
Stars: ✭ 37 (-15.91%)
Mutual labels:  thymeleaf, hibernate
Springbootunity
rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker etc. (muti module spring boot project) (with spring boot framework,different bussiness scence with different technology。)
Stars: ✭ 845 (+1820.45%)
Mutual labels:  thymeleaf, hibernate
Curso Sistemas Web Com Spring Javascript Bootstrap
Stars: ✭ 74 (+68.18%)
Mutual labels:  thymeleaf, hibernate
spring-data-jpa-mongodb-expressions
Use the MongoDB query language to query your relational database, typically from frontend.
Stars: ✭ 86 (+95.45%)
Mutual labels:  hibernate
Diber-backend
Delivery Service - Spring Boot / Spring Data Jpa / Hibernate / PostgreSQL / OAuth2 Application
Stars: ✭ 22 (-50%)
Mutual labels:  hibernate
retail-banking
Consumer Banking Application
Stars: ✭ 25 (-43.18%)
Mutual labels:  thymeleaf
random-jpa
Create random test data for JPA/Hibernate entities.
Stars: ✭ 23 (-47.73%)
Mutual labels:  hibernate
zxText
使用 SpringBoot + Thymeleaf + MySQL + MyBatis 实现简单的增删改查以及条件分页查询
Stars: ✭ 19 (-56.82%)
Mutual labels:  thymeleaf
spring-boot-web-application-sample
Real World Spring Boot Web Application Example with tons of ready to use features
Stars: ✭ 143 (+225%)
Mutual labels:  thymeleaf
code-examples
Example projects for my personal blog.
Stars: ✭ 144 (+227.27%)
Mutual labels:  thymeleaf
new-star-blog
NewStarBlog is an open source Java blog platform. NewStarBlog是国产开源Java博客平台。
Stars: ✭ 81 (+84.09%)
Mutual labels:  thymeleaf
Library-Spring
The library web application where you can borrow books. It's Spring MVC and Hibernate project.
Stars: ✭ 73 (+65.91%)
Mutual labels:  hibernate
cake shop
基于Springboot、Thymeleaf、AmazeUI、BootStrap实现的一个电商网页
Stars: ✭ 34 (-22.73%)
Mutual labels:  thymeleaf
sequence
高效GUID产生算法(sequence),基于Snowflake实现64位自增ID算法.
Stars: ✭ 35 (-20.45%)
Mutual labels:  hibernate
springmvc
spring mvc study
Stars: ✭ 87 (+97.73%)
Mutual labels:  hibernate

Java Spring Boot Blog

A simple blog application example project made with Spring Boot for Codeup students.

  • Implementing Materialize CSS Framework
  • Spring Boot 2.1.x
  • Hibernate ORM + JPA
  • Thymeleaf
  • MySQL

Libraries and Utilities Applied

  • FullCalendar.js link
  • Moments.js link
  • jQuery link
  • WebSockets
  • Joda Time link
  • User Icon Generator link

First steps

  1. Clone this repo locally.
  2. Create an application.properties file with valid credentials for a MySQL connection, use the application.properties.example as a template.
  3. Add any API keys needed to test the full functionality.
  4. If you want to use the seeder file leave the seed.db=true property, change it to: seed.db=false or any value that makes sense to you when you don't want to seed the database.

Some General Examples

In this project you will find some examples for:

  • A complex JPA joinTable relationship where users can send FriendRequests between them and each one has a status to check if it's been sent, approved or rejected. See JPA model here
  • A small Enum class that contains a list of friendship statues. See model here
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].