Table of Contents
-
A stable internet connection for the first build.
-
Docker executable operating systems
-
xNix friendly is preferred
-
Tested and verified under WSL2 environment
-
-
OpenJDK 21+
Build with profiles:
Note that default spring profile would be set to local if buildConfig option is omitted.
$ ./gradlew :app-backend:server:assemble -PbuildConfig=[local,alpha,beta,release]Run with profiles:
Note that default spring profile would be set to local if spring.profiles.active option is omitted.
$ java -jar build/app-backend_server-0.1.jar --spring.profiles.active=[local,alpha,beta,release]