• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
intern06 / lms_back star
Forked from sjbang / lms_back
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
lms_backbuild.gradle
Download as .zip file
File name
Commit message
Commit date
gradle/wrapper
Initial Commit
2024-07-08
src
Initial Commit
2024-07-08
.gitignore
Initial Commit
2024-07-08
build.gradle
Initial Commit
2024-07-08
gradlew
Initial Commit
2024-07-08
gradlew.bat
Initial Commit
2024-07-08
settings.gradle
Initial Commit
2024-07-08
sjbang 2024-07-08 f4b670d Initial Commit UNIX
Raw Open in browser Change history
plugins { id 'java' id 'org.springframework.boot' version '3.3.1' id 'io.spring.dependency-management' version '1.1.5' } group = 'com.takensoft' version = '0.0.1-SNAPSHOT' java { toolchain { languageVersion = JavaLanguageVersion.of(17) } } repositories { mavenCentral() maven { url "https://repo1.maven.org/maven2/" } maven { url "https://maven.egovframe.go.kr/maven/" mavenContent { releasesOnly() } } } dependencies { implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-web-services' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.security:spring-security-test' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' compileOnly 'org.projectlombok:lombok:1.18.34' annotationProcessor 'org.projectlombok:lombok:1.18.34' // 전자정부프레임워크 (4.2) implementation ('org.egovframe.rte:org.egovframe.rte.ptl.mvc:4.2.0') { exclude group: 'commons-logging', module: 'commons-logging' } implementation 'org.egovframe.rte:org.egovframe.rte.psl.dataaccess:4.2.0' implementation 'org.egovframe.rte:org.egovframe.rte.fdl.idgnr:4.2.0' implementation 'org.egovframe.rte:org.egovframe.rte.fdl.property:4.2.0' // springdoc-openapi implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0' // jdbc driver - postgresql implementation 'org.postgresql:postgresql:42.2.23' // mariadb implementation 'org.mariadb.jdbc:mariadb-java-client:3.0.7' // mybatis implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3' // log4jdbc implementation 'org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4:1.16' } tasks.named('test') { useJUnitPlatform() }

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up