21.12.16 빌드
This commit is contained in:
34
build.gradle
34
build.gradle
@@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '2.5.6'
|
||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||
id "com.ewerk.gradle.plugins.querydsl" version "1.0.10"
|
||||
// id "com.ewerk.gradle.plugins.querydsl" version "1.0.10"
|
||||
id "com.github.node-gradle.node" version "3.1.0"
|
||||
id 'java'
|
||||
|
||||
@@ -34,7 +34,7 @@ dependencies {
|
||||
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
|
||||
implementation 'com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.7.1'
|
||||
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:2.2.0'
|
||||
implementation 'com.querydsl:querydsl-jpa'
|
||||
// implementation 'com.querydsl:querydsl-jpa'
|
||||
implementation 'com.github.node-gradle:gradle-node-plugin:3.1.0'
|
||||
implementation group: 'org.modelmapper', name: 'modelmapper', version: '2.4.4'
|
||||
implementation group: 'org.kohsuke', name: 'github-api', version: '1.133'
|
||||
@@ -62,21 +62,21 @@ test {
|
||||
}
|
||||
|
||||
// 쿼리DSL 설정
|
||||
def querydslDir = "$buildDir/generated/querydsl"
|
||||
|
||||
querydsl {
|
||||
jpa = true
|
||||
querydslSourcesDir = querydslDir
|
||||
}
|
||||
sourceSets {
|
||||
main.java.srcDir querydslDir
|
||||
}
|
||||
configurations {
|
||||
querydsl.extendsFrom compileClasspath
|
||||
}
|
||||
compileQuerydsl {
|
||||
options.annotationProcessorPath = configurations.querydsl
|
||||
}
|
||||
//def querydslDir = "$buildDir/generated/querydsl"
|
||||
//
|
||||
//querydsl {
|
||||
// jpa = true
|
||||
// querydslSourcesDir = querydslDir
|
||||
//}
|
||||
//sourceSets {
|
||||
// main.java.srcDir querydslDir
|
||||
//}
|
||||
//configurations {
|
||||
// querydsl.extendsFrom compileClasspath
|
||||
//}
|
||||
//compileQuerydsl {
|
||||
// options.annotationProcessorPath = configurations.querydsl
|
||||
//}
|
||||
|
||||
|
||||
// NPM 설정
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user