본문 바로가기
SPRING

CDN

by brilliant-growth 2023. 7. 10.

 

<!DOCTYPE mapper
  PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  "https://mybatis.org/dtd/mybatis-3-mapper.dtd">
<!DOCTYPE configuration
  PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
  "https://mybatis.org/dtd/mybatis-3-config.dtd">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<html xmlns:th="http://www.thymeleaf.org">

'SPRING' 카테고리의 다른 글

HttpServletRequest,RequestParam,ModelAttribute  (0) 2023.11.13
Model,ModelMap vs ModelAndView  (0) 2023.11.13
SpringBoot에서 JSP 사용  (0) 2023.07.10
간단한 싱글톤  (0) 2023.07.05
JPA 설정방법 Spring Data 사용  (0) 2023.07.05