Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
feat: test html
Browse files Browse the repository at this point in the history
  • Loading branch information
GayeongKimm committed Aug 25, 2024
1 parent 864b130 commit 7a5fa86
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Hello.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello new world</title>
</head>
<body>

</body>
</html>
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit 7a5fa86

Please sign in to comment.