From 7a5fa86e2584719ac4ee5d0c30a12929eb5eb656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EA=B0=80=EC=98=81?= Date: Mon, 26 Aug 2024 05:26:07 +0900 Subject: [PATCH] feat: test html --- Hello.html | 10 ++++++++++ build.gradle | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 Hello.html diff --git a/Hello.html b/Hello.html new file mode 100644 index 0000000..599e3a4 --- /dev/null +++ b/Hello.html @@ -0,0 +1,10 @@ + + + + + Hello new world + + + + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 77f9258..6dab49a 100644 --- a/build.gradle +++ b/build.gradle @@ -34,8 +34,8 @@ dependencies { testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - implementation 'com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre8' // 최신 버전 사용 - + implementation 'com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre8' + implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' } tasks.named('test') {