Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 리눅스
- Cisco
- VLAN
- 참조타입
- 네트워크
- sql
- ospf
- autoset
- 라우터
- ciscopacket
- html
- cisco packet
- 네트워크관리사
- Java
- 자바
- NCS
- 정보처리기사
- 원형그래프
- 버추얼머신
- jsp
- Oracle
- 오라클
- jsp연결
- 데이터베이스
- 이것이 자바다
- w3school
- php
- rinux
- javaee
- 정처기필기
Archives
- Today
- Total
기록해! 정리해!
thymeleaf - hello (연산, 문자열, 반복문,if) 본문
1. hello.html
- 문자열 방법 2가지
1) + 사용
2) 파이프라인 사용
2. BoardController
결과)
- 반복문
hello.html
<span th:each="m : ${#numbers.sequence(1,5)}" >
<span th:text="${m} +'.'+${name}" ></span> <br>
</span>
결과)
- 누적합 찍어보기
- if문
'SpringBoot' 카테고리의 다른 글
Thymeleaf - maven install (0) | 2022.10.17 |
---|---|
Tymeleaf 구조알기 (0) | 2022.10.17 |
thymeleaf - getBoardList (날짜+합계) (0) | 2022.10.14 |
thymeleaf - getBoard 수정하기 + 순번 (0) | 2022.10.14 |
thymeleaf - getBoard 상세보기+delete (0) | 2022.10.14 |
Comments