Skip to content
Snippets Groups Projects
Commit 70d06be0 authored by Ferreira Pires, Luis (UT-EEMCS)'s avatar Ferreira Pires, Luis (UT-EEMCS)
Browse files

Fixed console problem to run bootRun (see...

Fixed console problem to run bootRun (see https://github.com/spring-projects/spring-shell/issues/167).
Cleaned up application.properties file.
parent d437adaf
Branches
No related tags found
No related merge requests found
plugins {
id 'org.springframework.boot' version '2.2.2.RELEASE'
id 'io.spring.dependency-management' version '1.0.8.RELEASE'
id 'org.springframework.boot' version '2.4.3'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
group = 'nl.utwente.soa'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
sourceCompatibility = '11'
repositories {
mavenCentral()
}
dependencies {
compile('org.springframework.shell:spring-shell-starter:2.0.0.RELEASE')
implementation 'org.springframework.shell:spring-shell-starter:2.0.0.RELEASE'
implementation 'org.springframework.boot:spring-boot-starter'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
compileOnly 'org.projectlombok:lombok:1.18.12'
annotationProcessor 'org.projectlombok:lombok:1.18.12'
bootRun {
main = 'nl.utwente.soa.inventoryApplication.InventoryApplication'
standardInput = System.in
}
test {
......
1583005735412:purchase
1583005737534:purchsae
1583005740751:purchase
1583005815069:current
1583005817072:sel 100
1583005819819:sell 100
1583005822321:current
1583005843578:purchase
1583005850295:sell 50000
1583006076290:help
1583006336388:exit
1614157428833:current
1614157453899:exit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment