My first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.cubetiqs.demoproject
|
||||
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication
|
||||
import org.springframework.boot.runApplication
|
||||
|
||||
@SpringBootApplication
|
||||
class DemoprojectApplication
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
runApplication<DemoprojectApplication>(*args)
|
||||
}
|
||||
1
src/main/resources/application.properties
Normal file
1
src/main/resources/application.properties
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user