250x250
Notice
Recent Posts
Recent Comments
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 31 |
Tags
- MSSQL
- jpa
- JavaScript
- Source
- AJAX
- Open Source
- error
- 문서
- JDBC
- MySQL
- Core Java
- Spring Boot
- git
- myBatis
- IntelliJ
- ubuntu
- Docker
- 오픈소스
- oracle
- PostgreSQL
- Tomcat
- Eclipse
- Python
- 설정
- SpringBoot
- maven
- STS
- spring
- Thymeleaf
- Exception
Archives
- Today
- Total
목록controller test (1)
헤르메스 LIFE
[Spring Boot] JUnit Test
개발환경 Spring Boot 2.2.4 JDK 1.8.0_202 REST Postman : REST Client 목표 1. Spring Boot REST 환경 2. Log4j2 추가 3. JWT + Spring Security 를 통한 인증 4. DB 연결 ( Hibernate 제거 )을 통한 사용자 인증 5. TDD 인증 테스트 import org.junit.*; import org.junit.runner.*; import org.springframework.beans.factory.annotation.*; import org.springframework.boot.test.autoconfigure.web.servlet.*; import org.springframework.boot.test.contex..
Spring Boot Framework
2021. 1. 17. 00:46