Skip to content

SpringBoot sample app using RestEasy & Exposed written in Kotlin

Notifications You must be signed in to change notification settings

LapisIT/springboot-resteasy-exposed-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

springboot-resteasy-exposed-sample

SpringBoot sample app using RestEasy & Exposed written in Kotlin

Note that this project is only intended as a sample learning tool. It's not at the state to be used as a base production application

Build

Build using maven through IDE.

Running.

In project base directory, run the command below replacing the placeholder values with your environment sql server

java -Dsqlserver.url={sqlserver host} -Dsqlserver.instance={sqlserver instance} -Dsqlserver.db.name={sqlserver dbname} -Dsqlserver.db.username={sqlserver username} -Dsqlserver.db.password={sqlserver password} -jar .\target\blog-0.0.1-SNAPSHOT.jar

About

SpringBoot sample app using RestEasy & Exposed written in Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages