일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Eclipse
- AJAX
- Tomcat
- 오픈소스
- Python
- Thymeleaf
- maven
- spring
- 문서
- 설정
- SpringBoot
- oracle
- Docker
- jpa
- Open Source
- error
- git
- JavaScript
- Spring Boot
- MySQL
- IntelliJ
- Source
- STS
- ubuntu
- myBatis
- JDBC
- MSSQL
- Core Java
- PostgreSQL
- Exception
- Today
- Total
목록jsp (2)
헤르메스 LIFE
//세션의 유효시간을 20초로 셋팅 //세션의 유효시간을 얻어오기 [ 서블릿에서 세션(Session) Tracking ] 자바랜드 (http://javaland.idcsoft.net) 에서 발췌한 글입니다. ---------------------------------------------------------------------- 1. 기본적인 Session 처리를 위하여 ... Session 처리를 위하여 우리는 HttpSession session = req.getSession(boolean create); 라는 문장을 사용합니다. 여기에서 우선 3가지를 알고 있어야하는데 그것의 getSession의 사용입니다. ㅇ getSession(true) : Session object를 얻어옴에 있어서 Req..
개발환경 1. STS 버전 : 4.13.1 2. JDK 버전 : OpenJDK 11.0.14_9_x64 3. Tomcat 버전 : 9.0.56 4. Maven 버전 : 3.8.4 5. Spring 버전 : Spring Boot 2.6.3 Spring Boot 를 설정하면서, Tomcat을 추가해 뒀는데.. Tomcat plugin 은 JSP를 실행할 수 없는 모양입니다. org.springframework.boot spring-boot-starter-tomcat provided Dependency를 추가해야 합니다. org.apache.tomcat.embed tomcat-embed-jasper provided javax.servlet jstl pom.xml 4.0.0 org.springframework...