뇌운동일지

springboot + jpa + thymeleaf 본문

오리너구리의 오리발질

springboot + jpa + thymeleaf

purpleduck 2020. 7. 29. 17:01

https://www.baeldung.com/spring-jpa-like-queries

 

LIKE Queries in Spring JPA Repositories | Baeldung

Learn how to create LIKE queries in Spring JPA Repositories.

www.baeldung.com

 

https://pugyu.tistory.com/73

 

[spring] 페이징 처리하기 (feat. Thymeleaf)

페이징 처리는 웹 개발에서 필수적인 기술이며, 요즘은 무한스크롤로 처리하는 경우도 많다. 무한스크롤 + 페이징을 접목하는 경우도 다수 본 것 같다. (...나중에 써봐야징..) 페이징을 처리하는

pugyu.tistory.com

<html>
    <head>
        <title>메인 페이지</title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>
    <body>
        <br/>
        <h3 align="center">게시판 프로그램 입니다.</h3>
        <table></table>
        <hr/>
        <p align="center"><a href="/board/getBoardList">글 목록 바로가기</a></p>
        <p align="center"><a href="system/login">로그인</a></p>
        <br/>
        <hr/>
    </body>
</html>

인덱스 초본 임시저장 

 

'오리너구리의 오리발질' 카테고리의 다른 글

springboot + thymeleaf + jpa  (0) 2020.07.31
spring security 메모  (0) 2020.07.30
+a  (0) 2020.07.29
springboot rest api 예제  (0) 2020.07.28
springboot 메일발송 예제  (0) 2020.07.27
Comments