An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with spring-mvc

A curated list of projects in awesome lists tagged with spring-mvc .

https://github.com/derekyrc/mini-spring

mini-spring是简化版的spring框架,能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑,代码极度简化,保留spring的核心功能,如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。

mini-spring spring spring-boot spring-mvc springboot springframework tiny-spring

Last synced: 14 May 2025

https://github.com/zhanglei-workspace/shopping-management-system

该项目为多个小项目的集合(持续更新中...)。内容类似淘宝、京东等网购管理系统以及图书管理、超市管理等系统。目的在于便于Java初级爱好者在学习完某一部分Java知识后有一个合适的项目锻炼、运用所学知识,完善知识体系。适用人群:Java基础到入门的爱好者。

java maven mybatis spring spring-mvc

Last synced: 14 May 2025

https://github.com/pac4j/pac4j

Security engine for Java (authentication, authorization, multi frameworks): OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...

authentication authorization cas dropwizard j2e java jax-rs jwt ldap oauth openid-connect play-framework ratpack saml security shiro sparkjava spring-mvc spring-security vertx

Last synced: 17 Jan 2026

https://github.com/yzcheng90/x-springboot

X-SpringBoot是一个轻量级的Java快速开发平台,能快速开发项目并交付【接私活利器】

minio mybatis-plus redis restful security spring-boot spring-mvc springmvc-java-web springmvc-mybatis swagger

Last synced: 14 May 2025

https://github.com/xubinux/xbin-store

模仿国内知名B2C网站,实现的一个分布式B2C商城 使用Spring Boot 自动配置 Dubbox / MVC / MyBatis / Druid / Solr / Redis 等。使用Spring Cloud版本请查看

activemq b2c dubbox fastdfs mybatis redis solr spring spring-mvc xbin-store zookeeper

Last synced: 15 May 2025

https://github.com/tyson0314/java-learning

Java相关知识总结,包括Java基础、MySQL、Springboot、mybatis、Redis、rabbitMQ等等,面试必备!

java redis spring-mvc

Last synced: 14 May 2025

https://github.com/Tyson0314/Java-learning

Java相关知识总结,包括Java基础、MySQL、Springboot、mybatis、Redis、rabbitMQ等等,面试必备!

java redis spring-mvc

Last synced: 24 Mar 2025

https://github.com/kanwangzjm/funiture

github: https://github.com/kanwangzjm/funiture, spring项目,权限管理、系统监控、定时任务动态调整、qps限制、sql监控(邮件)、验证码服务、短链接服务、动态配置等

httpclient imooc jquery json mybatis quartz scheduler spring spring-mvc

Last synced: 15 May 2025

https://github.com/thinkgem/jeesite5

👍Java 快速开发平台,不仅仅是开发框架,它是一个轻量级、企业级低代码解决方案,支持国产化💖国密💖AI助手💖基于 Spring Boot 在线代码生成。包括:组织角色用户、菜单按钮授权、数据权限、内容管理、工作流等。快速增减模块;微内核;安全选项丰富,密码策略;在线预览文件;消息推送;第三方登录;在线任务调度;支持集群、多租户、多数据源、读写分离、微服务。😘动态看temp分支

beetl bootstrap3 java jquery mybatis shiro spring-boot spring-mvc

Last synced: 02 Apr 2026

https://github.com/broadleafcommerce/broadleafcommerce

Broadleaf Commerce CE - an eCommerce framework based on Java and Spring

java spring spring-boot spring-mvc spring-security

Last synced: 13 May 2025

https://github.com/BroadleafCommerce/BroadleafCommerce

Broadleaf Commerce CE - an eCommerce framework based on Java and Spring

java spring spring-boot spring-mvc spring-security

Last synced: 26 Mar 2025

https://github.com/ibase4j/ibase4j

Spring,SpringBoot 2.0,SpringMVC,Mybatis,mybatis-plus,motan/dubbo分布式,Redis缓存,Shiro权限管理,Spring-Session单点登录,Quartz分布式集群调度,Restful服务,QQ/微信登录,App token登录,微信/支付宝支付;日期转换、数据类型转换、序列化、汉字转拼音、身份证号码验证、数字转人民币、发送短信、发送邮件、加密解密、图片处理、excel导入导出、FTP/SFTP/fastDFS上传下载、二维码、XML读写、高精度计算、系统配置工具类等等。

aop dubbo ibase4j java maven motan mybatis quartz redis redisson session shiro spring spring-boot spring-data-redis spring-mvc spring-session springboot springmvc springsession

Last synced: 15 May 2025

https://github.com/mxdldev/spring-cloud-flycloud

🔥🔥🔥FlyClould 微服务实战项目框架,在该框架中,包括了用 Spring Cloud 构建微服务的一系列基本组件和框架,对于后台服务框架的搭建有很大的参考价值,大家可以参考甚至稍加修改可以直接应用于自己的实际的项目开发中,该项目没有采用Maven进行项目构建,Maven通过xml进行依赖管理,导致整个配置文件太过臃肿,另外灵活性也不是很强,所以我采用Gradle进行项目构建和依赖管理,在FlyTour项目中我们见证了Gradle的强大,通过简单的一些配置就可以轻松的实现组件化的功能。该项目共有11个Module工程。其中10个位微服务工程,这10个微服务工程构成了一个完整的微服务系统,微服务系统包含了8个基础服务,提供了一整套微服务治理功能,他们分别是配置中心module_config、注册中心module_eureka、认证授权中心module_uaa、Turbine聚合监控服务module_monitor、链路追踪服务module_zipken、聚合监控服务module_admin、路由网关服务module_gateway、日志服务module_log。另外还包含了两个资源服务:用户服务module_user和blog服务module_blog,另外还有一个common的Module,为资源服务提供一些一本的工具类

spring spring-boot spring-cloud spring-data-jpa spring-mvc spring-security springboot springframework springmvc

Last synced: 16 May 2025

https://github.com/coderzcr/javaweb-project-source-share

🌱🚀分享基于Servlet、SSH、SSM、SpringBoot、SpringCloud等流行技术实现的JavaWeb项目,难度分为5个等级,帮助小白入门JavaWeb开发,协助JavaWeb开发者熟悉最新技术

java javaweb jquery jsp maven servlet spring-mvc springboot springcloud ssh ssm tomcat

Last synced: 16 May 2025

https://github.com/coderzcr/JavaWeb-Project-Source-Share

🌱🚀分享基于Servlet、SSH、SSM、SpringBoot、SpringCloud等流行技术实现的JavaWeb项目,难度分为5个等级,帮助小白入门JavaWeb开发,协助JavaWeb开发者熟悉最新技术

java javaweb jquery jsp maven servlet spring-mvc springboot springcloud ssh ssm tomcat

Last synced: 11 May 2025

https://github.com/xujeff/tianti

java轻量级的CMS解决方案-天梯。天梯是一个用java相关技术搭建的后台CMS解决方案,用户可以结合自身业务进行相应扩展,同时提供了针对dao、service等的代码生成工具。技术选型:Spring Data JPA、Hibernate、Shiro、 Spring MVC、Layer、Mysql等。

cms hibernate java layer mysql shiro spring-data-jpa spring-mvc

Last synced: 16 May 2025

https://github.com/EthanLin-TWer/translation-spring-mvc-4-documentation

Spring MVC 4.2.4 RELEASE 中文文档完整翻译稿

chinese-translation restful spring-mvc translations

Last synced: 15 Apr 2025

https://github.com/ethanlin-twer/translation-spring-mvc-4-documentation

Spring MVC 4.2.4 RELEASE 中文文档完整翻译稿

chinese-translation restful spring-mvc translations

Last synced: 10 Oct 2025

https://github.com/skyline75489/heart-first-javaweb

一个走心的 Java Web 入门开发教程

java spring spring-boot spring-mvc

Last synced: 12 Apr 2025

https://github.com/smltq/spring-boot-demo

spring boot demo 是一个Spring Boot、Spring Cloud的项目示例,根据市场主流的后端技术,共集成了50+个demo,未来将持续更新。该项目包含helloworld(快速入门)、web(ssh项目快速搭建)、aop(切面编程)、data-redis(redis缓存)、quartz(集群任务实现)、shiro(权限管理)、oauth2(四种认证模式)、shign(接口参数防篡改重放)、encoder(用户密码设计)、actuator(服务监控)、cloud-config(配置中心)、cloud-gateway(服务网关)等模块

aop bio cloud-alibaba cloud-gateway data-redis gateway mybatis mybatis-plus netty oauth2 quartz redis shiro sign spring spring-boot spring-boot-demo spring-cloud spring-mvc spring-security

Last synced: 16 May 2025

https://github.com/yuanmabiji/java-sourcecode-blogs

Java源码分析 【源码笔记】专注于Java后端系列框架的源码分析,每周持续推出Java后端系列框架的源码分析文章。

dubbo java kafka mybatis mycat nacos netty4 seata spring spring-mvc springboot2 springcloud tomcat zookeeper

Last synced: 13 Apr 2025

https://github.com/houko/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。)

freemarker hibernate java lombok mongodb mybatis mysql nginx redis scheduler spring spring-boot spring-mvc swagger thymeleaf

Last synced: 16 May 2025

https://github.com/jaygajera17/e-commerce-project-springboot

This project serves as an easy-to-understand setup for beginners , providing a base foundation in Spring Boot , MVC & hibernate.

e-commerce-project-in-java eclipse java java-ecommerce-system java-project java-web-app javaproject jdbc mysql spring spring-boot spring-boot-project spring-mvc spring-projects spring-web-project springboot

Last synced: 15 May 2025

https://github.com/cunyu1943/javapark

☕️「Java 自学指南」Java 学习保姆级教程、计算机基础、数据库、实战实践、效率工具、资源分享、程序人生。

algorithm interview java jvm linux mybatis mysql redis spring spring-boot spring-cloud spring-mvc

Last synced: 04 Apr 2025

https://github.com/chenjiabing666/javafamily

【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。

java kafka mybatis mysql nacos rabbitmq redis rocketmq sentinel skywalking spring spring-cloud spring-mvc spring-security springboot springboot2

Last synced: 04 Apr 2025

https://github.com/liuyueyi/spring-boot-demo

Spring Boot & Spring Cloud & Spring Security Demo Case(Spring学习示例实战项目)

aop bean influxdb jdbctemplate jpa mongodb mysql react redis solr spel spring spring-boot spring-cloud spring-mvc springboot-redis springsecurity sse webflux websocket

Last synced: 12 Apr 2025

https://github.com/xenv/s-mall-ssm

小小商城系统,JavaWEB项目,基于SSM,仿天猫页面,功能齐全,实现了自动处理关联查询的通用Mapper、抽象 BaseService 类、注解鉴权、参数注解校验等

annotations aop java javaweb mybatis mybatis-generator spring spring-mvc ssm

Last synced: 04 Apr 2025

https://github.com/xenv/S-mall-ssm

小小商城系统,JavaWEB项目,基于SSM,仿天猫页面,功能齐全,实现了自动处理关联查询的通用Mapper、抽象 BaseService 类、注解鉴权、参数注解校验等

annotations aop java javaweb mybatis mybatis-generator spring spring-mvc ssm

Last synced: 11 Apr 2025

https://github.com/zhenfeng13/perfect-ssm

:grapes:更完善的Spring+SpringMVC+Mybatis+easyUI后台管理系统(RESTful API+redis)

13 dubbo dubbo-2-6-1 dubbo-demo easyui java maven mybatis mysql redis restful restful-api spring spring-mvc springboot springmvc ssm-demo

Last synced: 04 Apr 2025

https://github.com/hzxie/voj

A cross-platform online judge system based on Spring MVC framework and ActiveMQ.

activemq docker java mybatis online-judge spring-mvc

Last synced: 15 May 2025

https://github.com/joeybling/webkettle

基于web版kettle开发的一套分布式综合调度,管理,ETL开发的用户专业版B/S架构工具

etl extjs kettle kettle-web mysql quartz spring-mvc

Last synced: 04 Apr 2025

https://github.com/JoeyBling/webkettle

基于web版kettle开发的一套分布式综合调度,管理,ETL开发的用户专业版B/S架构工具

etl extjs kettle kettle-web mysql quartz spring-mvc

Last synced: 04 May 2025

https://github.com/rawchen/blog-ssm

一个简单漂亮的SSM博客系统。

mybatis spring spring-mvc ssm thymeleaf

Last synced: 05 Apr 2025

https://github.com/eazybytes/spring

Spring, SpringBoot, JPA, Hibernate : Zero To Master - Code Examples

jpa-hibernate rest-api rest-client spring spring-mvc spring-security springboot springdatajpa springjdbc thymeleaf

Last synced: 15 May 2025

https://github.com/youzan/bugcatcher

方便产品、开发、测试三方协同管理、测试、监控项目进度和质量,以持续交付。

bootstrap bootstrap-theme jquery mybatis spring spring-mvc spring-security

Last synced: 05 Apr 2025

https://github.com/youzan/bugCatcher

方便产品、开发、测试三方协同管理、测试、监控项目进度和质量,以持续交付。

bootstrap bootstrap-theme jquery mybatis spring spring-mvc spring-security

Last synced: 15 Apr 2025

https://github.com/kalvinGit/kvf-admin

kvf-admin是一套基于springboot、mybatis、shiro及layui的轻量级快速开发框架、脚手架、后台管理系统、权限系统、基于activiti6整合的工作流OA系统,上手简单,拿来即用。

activiti6 admin code-generator docker layui-admin mybatis-plus spring-boot spring-mvc

Last synced: 10 Apr 2025

https://github.com/kalvingit/kvf-admin

kvf-admin是一套基于springboot、mybatis、shiro及layui的轻量级快速开发框架、脚手架、后台管理系统、权限系统、基于activiti6整合的工作流OA系统,上手简单,拿来即用。

activiti6 admin code-generator docker layui-admin mybatis-plus spring-boot spring-mvc

Last synced: 04 Apr 2025

https://github.com/spring-petclinic/spring-framework-petclinic

A Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBC

hibernate jetty jpa jsp maven mysql sample spring spring-data-jpa spring-mvc springframework tomcat

Last synced: 30 Jan 2026

https://github.com/javadevjournal/javadevjournal

Source code for the tutorials published on the Javadevjournal site.

java maven rest rest-api spring-boot spring-cloud spring-core spring-data-jpa spring-mvc spring-security

Last synced: 08 Apr 2025

https://github.com/dromara/fast-request

IntelliJ IDEA plugin Restful Fast Request

code-generation idea-plugin intellij-idea jax-rs kotlin spring-mvc springboot

Last synced: 08 Apr 2025

https://github.com/peterchenhdu/webbf

Java Web工程demo 后端:spring + spring mvc + mybatis + maven,涉及定时任务quartz、ehcache缓存、RESTful API、邮件发送... 前端:react + reflux + webpack,涉及ES6、jquery、react-router、ant design等内容, 提供下思路,仅供参考。

ant-design babel es6 mybatis react restful-api spring-mvc webpack

Last synced: 05 Apr 2025

https://github.com/Licoy/watchdog-framework

:beers: 基于SpringBoot+Shiro+Mybatis等开发的轻量级管理系统快速开发脚手架

freemarker hikari-cp hikaricp java jdbc mybatis mybatis-plus mysql spring spring-boot spring-mvc

Last synced: 12 Apr 2025

https://github.com/licoy/watchdog-framework

:beers: 基于SpringBoot+Shiro+Mybatis等开发的轻量级管理系统快速开发脚手架

freemarker hikari-cp hikaricp java jdbc mybatis mybatis-plus mysql spring spring-boot spring-mvc

Last synced: 05 Apr 2025

https://github.com/callicoder/spring-boot-mysql-rest-api-tutorial

Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate

crud-api hibernate jpa mysql rest-api spring spring-data-jpa spring-mvc tutorial

Last synced: 12 Apr 2025

https://github.com/jreijn/spring-comparing-template-engines

Demo project to show different Java templating engines in combination with Spring MVC

java spring-mvc template-engine

Last synced: 04 Apr 2025

https://github.com/humsen/highdsa

2018年本科毕设项目,已更新所有开发和部署文档。基于Dubbo、SSM、Shiro、ELK、ActiveMQ、Redis等实现的一套高可用、高性能、高可扩展的分布式系统架构,实现可支持业务的基础公共服务,API使用Restful风格对外暴露。已经实现的包括:发送邮件服务、FastDFS文件存储服务、ELK实时日志查询服务、Redis缓存服务、Mybatis数据库、阿里短信推送、Goeasy消息推送、Druid监控、ActiveMQ消息队列、shiro权限认证、cas单点登录、权限配置web系统、移动端后台系统。持续更新中......

activemq cas druid dubbo elk fastdfs goeasy jackson javamail log4j2 maven mybatis nginx redis restful shiro spring spring-mvc zookeeper

Last synced: 06 Apr 2025

https://github.com/hisenyuan/ssm_booksystem

ssm demo,ssm详细教程,SSM简明教程:简单的十步教你搭建人生第一个SSM框架[ SSM框架整合教程(spring+spring mvc+mybatis+redis+maven+idea+bootstrap) ]

bookdao bootstrap cache demo idea java java-book logback mapper maven mybatis redis spring spring-mvc ssm ssm-booksystem

Last synced: 05 Apr 2025

https://github.com/licoy/encrypt-body-spring-boot-starter

🔒 SpringBoot控制器统一的响应体编码/加密与请求体解密的注解处理方式,支持MD5/SHA/AES/DES/RSA | SpringBoot controller unified response body encoding/encryption and request body decryption annotation processing method.

aes decrypt des-encryption encrypt java md5 responsebody rsa sha-256 sha1 spring spring-mvc spring-security springboot

Last synced: 04 Apr 2025

https://github.com/pjok1122/spring-summary

토비의 스프링 3.1 서적과 백기선님의 강좌를 토대로 스프링의 핵심 기술을 정리했습니다.

spring spring-mvc springboot summarize summary

Last synced: 05 Apr 2025

https://github.com/ikismail/shoppingcart

E-Commerce Website Using Java - Spring MVC in Maven - PROJECT IS NOT MAINTAINED

ecommerce ecommerce-website shopping-cart shopping-site spring-mvc spring-security spring-web-flow

Last synced: 12 Apr 2025

https://github.com/jirutka/spring-rest-exception-handler

A convenient Spring MVC exception handler for RESTful APIs.

exception-handler groovy java rest spring-mvc springframework

Last synced: 04 Apr 2025

https://github.com/eliteams/quick4j

Use quick4j build simple,fast,ahead and flexible JVM-based systems and applications.

admin java mybatis spring spring-mvc

Last synced: 05 Apr 2025

https://github.com/rameshmf/spring-mvc-tutorial

Spring MVC 5 Tutorial - Guide to spring mvc framework

hibernate5 spring spring-data-jpa spring-framework spring-mvc spring-security spring5

Last synced: 09 Oct 2025

https://github.com/RameshMF/spring-mvc-tutorial

Spring MVC 5 Tutorial - Guide to spring mvc framework

hibernate5 spring spring-data-jpa spring-framework spring-mvc spring-security spring5

Last synced: 14 Apr 2025

https://github.com/chriy/houserentalsystem

:house: 房屋租赁系统,基于主流框架 SSM 的实战项目。

idea java layui mybatis spring spring-mvc

Last synced: 07 Apr 2025

https://github.com/hantsy/angularjs-springmvc-sample-boot

A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.

angularjs bootstrap hibernate jpa lombok nodejs rest spring spring-boot spring-data spring-data-jpa spring-mvc swagger

Last synced: 01 Oct 2025

https://github.com/in28minutes/interview-guide

Java interview guide - 200+ Question and Answers

java java-ee-patterns java-interview-questions jsp-servlet spring-mvc

Last synced: 06 Apr 2025

https://github.com/dhis2/dhis2-core

DHIS 2 Core. Written in Java. Contains the service layer and Web API.

hacktoberfest hibernate java maven spring spring-mvc

Last synced: 15 May 2025

https://github.com/alibaba/velocity-spring-boot-project

A Spring Boot Starter for velocity including Spring's official and Alibaba's implementation , e.g, Layout , Tools supports.

alibaba spring-boot spring-boot-starter spring-mvc velocity velocity-spring-boot velocity-template-engine

Last synced: 05 Apr 2025

https://github.com/micyo202/yan

使用Maven构建,整合Dubbo+Zookeeper+SpringMVC+Spring+MyBatis+Redis支持分布式的高效率便捷开发框架

aspectj bootstrap distribution dom4j druid dubbo ehcache jackson java jquery logback maven mybatis mybatis-generator mybatis-pagehelper shiro spring-framework spring-mvc yan

Last synced: 06 Apr 2025

https://github.com/hantsy/angularjs-springmvc-sample

A RESTful sample using AnguarJS/Bootstrap as frontend and Spring MVC as REST API producer

angularjs bootstrap hibernate spring-boot spring-data-jpa spring-mvc

Last synced: 05 Apr 2025

https://github.com/java-edge/shopping-mmall

聚焦高并发、分布式集群、微服务架构迭代的互联网电商项目(Java技术栈)

java mybatis mysql spring spring-mvc

Last synced: 19 Aug 2025

https://github.com/in28minutes/springbootwebapplicationstepbystep

Develop your first web application with Spring Boot Magic

java spring-boot spring-framework spring-mvc spring-security

Last synced: 04 Apr 2025

https://github.com/izenglong/ifast

ifast,中小型企业项目开发脚手架,以基础建设和实用性为主。代码简洁易懂。

java mybatis-plus mybatis3 spring-boot spring-mvc

Last synced: 05 Apr 2025

https://github.com/igaozp/ssm

Spring + Spring MVC + Mybatis 构建的简易论坛

mybatis mybatis-spring mysql spring spring-mvc

Last synced: 16 May 2025

https://github.com/lord-of-code/loc-framework

本项目是完全基于Spring Boot2和Springcloud Finchley所进行了开发的,目的是简化和统一公司内部使用微服务框架的使用方法

framework microservice spring-boot spring-cloud spring-mvc springboot2

Last synced: 09 Apr 2025

https://github.com/khandelwal-arpit/springboot-starterkit-mysql

Production ready starter-kit for Spring Boot applications with MySQL database.

docker mysql spring-boot spring-configuration spring-data-jpa spring-mvc spring-platform springboot swagger3

Last synced: 09 Apr 2025

https://github.com/gexiangdong/tutorial

Spring Boot的例子,包含RESTful API, MVC, JMS, Cache, Mybatis, Cache, Websocket...

jms junit mockit mybatis rest restful spring-boot spring-cache spring-mvc spring-security transactional websocket

Last synced: 26 Oct 2025

https://github.com/loiane/crud-angular-spring

🖥 CRUD Angular + Spring demonstrating Has-Many relationship, including tests for the back-end and front-end

angular angular-material angular-testing angularv17 angularv18 java spring spring-boot spring-mvc springboot springboot3 springframework

Last synced: 13 Apr 2025

https://github.com/HugeCH39/DIMS

🐟 数据库系统原理课程设计,Drug Inventory Management System,基于 SSM 框架的医院药品库存管理系统。

database mybatis spring spring-mvc sql-server ssm tomcat

Last synced: 30 Oct 2025

https://github.com/codecentric/hikaku

A library that tests if the implementation of a REST-API meets its specification.

cxf dropwizard hikaku jax-rs jersey jersey2 micronaut openapi quarkus raml raml-test rest rest-api restapi resteasy restful-api restlet spring spring-mvc wadl

Last synced: 10 Mar 2026

https://github.com/miansen/roothub

使用 SSM 和 MySQL 开发的论坛系统

bootstrap jquery mybatis mysql nginx redis shiro spring-mvc

Last synced: 25 Oct 2025

https://github.com/flowingsun007/lyonblog

基于Java8的SSM+Elasticsearch全文检索的个人博客系统

elasticsearch java mybatis mysql nginx redis shrio spring-mvc springmvc tomcat tomcat9 velocity

Last synced: 19 Jul 2025

https://github.com/kingschan1204/jblog

:trident:一个简洁漂亮的java blog :point_right:基于Spring /MVC+ Hibernate + MySQL + Bootstrap + freemarker. 实现 :rainbow:

blog bootstrap bootstrap3 ehcache emojify hibernate hibernate-search java jblog lucene markdown spring spring-mvc

Last synced: 07 Oct 2025

https://github.com/soumyadip007/e-medical-system-web-project-using-spring-boot-security-jpa-rest-thymeleaf-hql

Project on 👨🏻‍⚕️Bio-Medical & 🏥Hospital sector which is covering various fields🩺 of this 3 sector🚑.This project is using☕ Spring Framework, Hibernate, JPA, Rest, JSP also with 🖥️(Post-Dev Data-Science, Big-data, ML etc. )🌡️ [ for Hackathon, CSI & SIH]💊

hibernate jdbc jpa jsp maven mysql rest-api spring-boot spring-mvc spring-security springframework thymeleaf-template-engine

Last synced: 08 Oct 2025