File tree 9 files changed +26
-2
lines changed
template-fullstack-javalin
template-fullstack-ktor-koin
template-fullstack-ktor-koin-annotations
template-fullstack-micronaut
template-fullstack-spring-boot
9 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 7
7
* compileKotlinJvm - Compiles backend sources.
8
8
### Running
9
9
* jsRun - Starts a webpack dev server on port 3000
10
- * jvmRun - Starts a dev server on port 8080
10
+ * jvmRun - Starts a dev server on port 8080
11
+
12
+ Note: Auto reload is not supported for the JVM backend with Javalin.
13
+
11
14
### Packaging
12
15
* jsBrowserDistribution - Bundles the compiled js files into ` build/dist/js/productionExecutable `
13
16
* jsJar - Packages a standalone "web" frontend jar with all required files into ` build/libs/*.jar `
Original file line number Diff line number Diff line change 8
8
### Running
9
9
* jsRun - Starts a webpack dev server on port 3000
10
10
* jvmRun - Starts a dev server on port 8080
11
+
12
+ Note: Auto reload is automatically supported for the JVM backend with Jooby.
13
+
11
14
### Packaging
12
15
* jsBrowserDistribution - Bundles the compiled js files into ` build/dist/js/productionExecutable `
13
16
* jsJar - Packages a standalone "web" frontend jar with all required files into ` build/libs/*.jar `
Original file line number Diff line number Diff line change 8
8
### Running
9
9
* jsRun - Starts a webpack dev server on port 3000
10
10
* jvmRun - Starts a dev server on port 8080
11
+
12
+ Note: For auto reload with Ktor JVM backend you need to run ` gradlew -t compileKotlinJvm ` in a separate Gradle process.
13
+
11
14
### Packaging
12
15
* jsBrowserDistribution - Bundles the compiled js files into ` build/dist/js/productionExecutable `
13
16
* jsJar - Packages a standalone "web" frontend jar with all required files into ` build/libs/*.jar `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ systemProp.kotlinVersion=2.1.10
4
4
# Dependencies
5
5
systemProp.kvisionVersion =8.2.0
6
6
ktorVersion =3.0.3
7
- koinAnnotationsVersion =2.0.0-Beta3
7
+ koinAnnotationsVersion =2.0.0-RC1
8
8
hikariVersion =3.2.0
9
9
commonsCodecVersion =1.10
10
10
jdbcNamedParametersVersion =1.1
Original file line number Diff line number Diff line change 8
8
### Running
9
9
* jsRun - Starts a webpack dev server on port 3000
10
10
* jvmRun - Starts a dev server on port 8080
11
+
12
+ Note: For auto reload with Ktor JVM backend you need to run ` gradlew -t compileKotlinJvm ` in a separate Gradle process.
13
+
11
14
### Packaging
12
15
* jsBrowserDistribution - Bundles the compiled js files into ` build/dist/js/productionExecutable `
13
16
* jsJar - Packages a standalone "web" frontend jar with all required files into ` build/libs/*.jar `
Original file line number Diff line number Diff line change 8
8
### Running
9
9
* jsRun - Starts a webpack dev server on port 3000
10
10
* jvmRun - Starts a dev server on port 8080
11
+
12
+ Note: For auto reload with Ktor JVM backend you need to run ` gradlew -t compileKotlinJvm ` in a separate Gradle process.
13
+
11
14
### Packaging
12
15
* jsBrowserDistribution - Bundles the compiled js files into ` build/dist/js/productionExecutable `
13
16
* jsJar - Packages a standalone "web" frontend jar with all required files into ` build/libs/*.jar `
Original file line number Diff line number Diff line change 8
8
### Running
9
9
* jsRun - Starts a webpack dev server on port 3000
10
10
* jvmRun - Starts a dev server on port 8080
11
+
12
+ Note: Auto reload is automatically supported for the JVM backend with Micronaut.
13
+
11
14
### Packaging
12
15
* jsBrowserDistribution - Bundles the compiled js files into ` build/dist/js/productionExecutable `
13
16
* jsJar - Packages a standalone "web" frontend jar with all required files into ` build/libs/*.jar `
Original file line number Diff line number Diff line change 8
8
### Running
9
9
* jsRun - Starts a webpack dev server on port 3000
10
10
* jvmRun - Starts a dev server on port 8080
11
+
12
+ Note: For auto reload with Spring Boot JVM backend you need to run ` gradlew -t compileKotlinJvm ` in a separate Gradle process.
13
+
11
14
### Packaging
12
15
* jsBrowserDistribution - Bundles the compiled js files into ` build/dist/js/productionExecutable `
13
16
* jsJar - Packages a standalone "web" frontend jar with all required files into ` build/libs/*.jar `
Original file line number Diff line number Diff line change 8
8
### Running
9
9
* jsRun - Starts a webpack dev server on port 3000
10
10
* jvmRun - Starts a dev server on port 8080
11
+
12
+ Note: Auto reload is automatically supported for the JVM backend with Vert.x.
13
+
11
14
### Packaging
12
15
* jsBrowserDistribution - Bundles the compiled js files into ` build/dist/js/productionExecutable `
13
16
* jsJar - Packages a standalone "web" frontend jar with all required files into ` build/libs/*.jar `
You can’t perform that action at this time.
0 commit comments