Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
iconfalse

Table of Contents


  • WebUI개발을 위한 의존성 라이브러리 추가

Info
iconfalse
titlepom.xml

Code Block
languagexml
themeMidnight
titlepom.xml
linenumberstrue
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-thymeleaf</artifactId>
        </dependency>

...