Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StartupScript

A simple Java project using Helidon SE that starts a configurable web server and executes SQL scripts inside dynamic containers.


Requirements

  • Java 21+
  • Maven 3.9+
  • Git

Build

Clone the repository and build the project:

git clone https://github.com/<your-username>/StartupScript.git
cd StartupScript
mvn clean install

##Windows PowerShell
mvn exec:java `
    "-Dexec.mainClass=com.one211.startupscript.ServerStartupScript" `
    "-Dserver.port=9091" `
    "-Dserver.tls.enabled=true"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages