mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 12:13:24 +09:00
암호화 및 이미지 업로드 관련 수정
This commit is contained in:
@@ -2,20 +2,19 @@ plugins {
|
||||
id 'java'
|
||||
id 'org.springframework.boot' version '2.5.0'
|
||||
id 'io.spring.dependency-management' version '1.1.4'
|
||||
id 'war'
|
||||
}
|
||||
|
||||
group = 'com.no1'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
|
||||
configurations {
|
||||
compileOnly {
|
||||
extendsFrom annotationProcessor
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
|
||||
Reference in New Issue
Block a user