All Projects → walbatrossw → spring02

walbatrossw / spring02

Licence: other
Spring MVC 연습

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to spring02

Spring Petclinic Rest
REST version of the Spring Petclinic sample application
Stars: ✭ 257 (+1411.76%)
Mutual labels:  springframework, spring-mvc
Spring Mvc Thymeleaf Crud
Spring MVC CRUD Application with Thymeleaf, HTML5, CSS3 and Bootstrap
Stars: ✭ 14 (-17.65%)
Mutual labels:  springframework, spring-mvc
Spring Rest Exception Handler
A convenient Spring MVC exception handler for RESTful APIs.
Stars: ✭ 351 (+1964.71%)
Mutual labels:  springframework, spring-mvc
Spring5Certification
Spring Certification: This repository contains my examples and some best references to prepare the Spring 5 certification
Stars: ✭ 30 (+76.47%)
Mutual labels:  springframework, spring-mvc
Spring Framework Petclinic
A Spring Framework application based on JSP, Spring MVC, Spring Data JPA, Hibernate and JDBC
Stars: ✭ 251 (+1376.47%)
Mutual labels:  springframework, spring-mvc
BusinessInfrastructurePlatformGroupVersion
A java web project based on Spring Boot using MySQL, Spring MVC, Hibernate, Spring Data JPA, Query DSL, Lombok, Logback, etc.
Stars: ✭ 90 (+429.41%)
Mutual labels:  springframework, spring-mvc
gro-light-automation
A raspberry pi project to automate hydroponics with relays and data sensors through a web application
Stars: ✭ 44 (+158.82%)
Mutual labels:  springframework, spring-mvc
Mini Spring
mini-spring是简化版的spring框架,能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑,代码极度简化,保留spring的核心功能,如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。
Stars: ✭ 698 (+4005.88%)
Mutual labels:  springframework, spring-mvc
Ssm Demo
🍌Spring+SpringMVC+Mybatis+easyUI实现简单的后台管理系统
Stars: ✭ 1,639 (+9541.18%)
Mutual labels:  springframework, spring-mvc
Spring Cloud Flycloud
🔥🔥🔥FlyClould 微服务实战项目框架,在该框架中,包括了用 Spring Cloud 构建微服务的一系列基本组件和框架,对于后台服务框架的搭建有很大的参考价值,大家可以参考甚至稍加修改可以直接应用于自己的实际的项目开发中,该项目没有采用Maven进行项目构建,Maven通过xml进行依赖管理,导致整个配置文件太过臃肿,另外灵活性也不是很强,所以我采用Gradle进行项目构建和依赖管理,在FlyTour项目中我们见证了Gradle的强大,通过简单的一些配置就可以轻松的实现组件化的功能。该项目共有11个Module工程。其中10个位微服务工程,这10个微服务工程构成了一个完整的微服务系统,微服务系统包含了8个基础服务,提供了一整套微服务治理功能,他们分别是配置中心module_c…
Stars: ✭ 1,514 (+8805.88%)
Mutual labels:  springframework, spring-mvc
Springboard
Spring Boot based production grade starter kit.
Stars: ✭ 59 (+247.06%)
Mutual labels:  springframework, spring-mvc
kotlin-postgres
A Simple CRUD API using Spring Boot Application using PostgreSQL Database
Stars: ✭ 20 (+17.65%)
Mutual labels:  springframework, spring-mvc
Spring
Personal notes of preparation to Spring 5 Professional Certification
Stars: ✭ 35 (+105.88%)
Mutual labels:  springframework, spring-mvc
online-shopping
This is an online shopping project using Spring Boot,Spring web-flow, Spring Rest Services and Hibernate. In this project we also used Spring Security with java and annotation configuration
Stars: ✭ 34 (+100%)
Mutual labels:  springframework, spring-mvc
spring-boot-annotation-list
Curated list of frequently used annotations in Spring Boot applications
Stars: ✭ 42 (+147.06%)
Mutual labels:  springframework
pighelper
🐷基于Hybrid+SSM的养猪信息化管理平台,该平台实现了对实时新闻,猪价的爬虫获取,以及各类养殖账单的增删改查等等。该项目适配了移动端界面,最终通过Hybrid混合式App开发技术打包成App,安装在移动端使用
Stars: ✭ 25 (+47.06%)
Mutual labels:  spring-mvc
spring-data-jdbc-repository
Spring Data JDBC generic DAO implementation in Java (more up-to-date fork)
Stars: ✭ 123 (+623.53%)
Mutual labels:  springframework
minmin
MinMin - a tiny typescript web framework based on Express
Stars: ✭ 15 (-11.76%)
Mutual labels:  spring-mvc
Java-CMS-Framework-Base jeesite.com
Java管理后台快速开发SSM框架_优化版-JDK1.8 spring,springMVC,MyBatis,mysql,shiro,redis,ehcache
Stars: ✭ 21 (+23.53%)
Mutual labels:  spring-mvc
opa-java-spring-client
Simple Spring client for working with the Open Policy Agent
Stars: ✭ 19 (+11.76%)
Mutual labels:  springframework

Spring - 미니쇼핑몰 상품관리 기능 구현

1. 상품목록, 상세보기

해당 포스트 링크

2. 장바구니 담기, 목록, 수정, 삭제처리

해당 포스트 링크

Spring - Interceptor

1. 테스트

해당 포스트 링크

2. 게시판 적용 (Interceptor를 이용한 session체크, 사용자 인증)

해당 포스트 링크

Spring - 파일 업로드 구현

1. 일반적인 방식

해당 포스트 링크

2. 파일명 중복제거

해당 포스트 링크

3. 업로드 결과를 iframe에 출력

해당 포스트 링크

4. AJAX방식(파일 저장 디렉토리, 썸네일 이미지 생성)

해당 포스트 링크

5. AJAX방식(업로드한 파일표시, 썸네일 출력, 다운로드, 삭제)

해당 포스트 링크


Spring - AOP 기능 구현 예제

1. 메시지 전송기능 구현

해당 포스트 링크

2. 로그 출력(메서드 실행시간 및 매개변수 확인)

해당 포스트 링크

3. 트랜잭션

해당 포스트 링크


Spring - 게시판 만들기 연습

1. 목록, 글쓰기, 상세보기, 수정, 삭제 구현

해당 포스트 링크

2. 검색기능 구현, mybatis include, sql like, 삼항연산자, c:out

해당 포스트 링크

3. 회원 로그인, 로그아웃 구현

해당 포스트 링크

4. 글쓰기, 수정, 삭제 회원권한부여 구현

해당 포스트 링크

5. 게시글 페이징 처리 구현

해당 포스트 링크

6. 댓글 입력, 목록, 댓글 갯수 보여주기 구현

해당 포스트 링크

7. 댓글 페이징 처리, 비밀댓글 입력, 댓글 목록 구현

해당 포스트 링크

8. Rest방식으로 댓글쓰기 구현

해당 포스트 링크

9. Rest방식으로 댓글 수정, 삭제 구현

해당 포스트 링크

10. 댓글이 있는 게시물 삭제 금지 구현

해당 포스트 링크

11. 게시물 삭제를 delete 대신 update처리

해당 포스트 링크

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].