Compare commits
3 Commits
f64c30de1c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 017b60a946 | |||
|
|
90777ec594 | ||
| dd70b1f61f |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -35,3 +35,5 @@ out/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
.DS_Store
|
||||
4
README.md
Normal file
4
README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# gradle-sample-module-example
|
||||
|
||||
- Sprin boot included
|
||||
- Sub-module for gradle and spring
|
||||
@@ -3,11 +3,10 @@ plugins {
|
||||
|
||||
kotlin("jvm")
|
||||
kotlin("plugin.spring")
|
||||
kotlin("plugin.jpa")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":cubetiq-utils"))
|
||||
api(project(":cubetiq-utils"))
|
||||
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
package com.cubetiqs.modules.example
|
||||
|
||||
import com.cubetiqs.enterprise.comutils.json.toJson
|
||||
import com.cubetiqs.enterprise.comutils.json.toModel
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication
|
||||
import org.springframework.boot.context.event.ApplicationReadyEvent
|
||||
import org.springframework.boot.runApplication
|
||||
|
||||
Reference in New Issue
Block a user