전체 글 (143) 썸네일형 리스트형 H2 Database 개발이나 테스트 용도로 가볍고 편리한 DB, 웹 화면 제공 https://www.h2database.com H2 Database Engine (redirect)H2 Database Engine Welcome to H2, the free SQL database. The main feature of H2 are: It is free to use for everybody, source code is included Written in Java, but also available as native executable JDBC and (partial) ODBC API Embedded and client/server mowww.h2database.com - DB 파일 생성 방법 http://localhost:80.. org.springframework.boot:spring-boot-devtools org.springframework.boot:spring-boot-devtools를 추가해주면 sync 해주고 서버 재시작 해주고 파일 변경을 하고 Recompile 'hello.html'을 해주면 웹에서 F5를 해주면 반영이 되는 것을 알 수 있다. 서버를 계속 재시작 할 필요없다. thymeleaf viewName 매핑 스프링 부트 thymeleaf viewName 매핑- 'resource:templates/'+ {ViewName} + '.html' 로 해버림 이렇게 작성하면resources/templates/hello.html로 보내버림!!! 이전 1 ··· 22 23 24 25 26 27 28 ··· 48 다음