Skip to content

Commit b2d9d92

Browse files
committed
Upgrade to KVision 8.2.0
1 parent 655da78 commit b2d9d92

File tree

9 files changed

+26
-2
lines changed

9 files changed

+26
-2
lines changed

template-fullstack-javalin/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
* compileKotlinJvm - Compiles backend sources.
88
### Running
99
* 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+
1114
### Packaging
1215
* jsBrowserDistribution - Bundles the compiled js files into `build/dist/js/productionExecutable`
1316
* jsJar - Packages a standalone "web" frontend jar with all required files into `build/libs/*.jar`

template-fullstack-jooby/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
### Running
99
* jsRun - Starts a webpack dev server on port 3000
1010
* jvmRun - Starts a dev server on port 8080
11+
12+
Note: Auto reload is automatically supported for the JVM backend with Jooby.
13+
1114
### Packaging
1215
* jsBrowserDistribution - Bundles the compiled js files into `build/dist/js/productionExecutable`
1316
* jsJar - Packages a standalone "web" frontend jar with all required files into `build/libs/*.jar`

template-fullstack-ktor-koin-annotations/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
### Running
99
* jsRun - Starts a webpack dev server on port 3000
1010
* 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+
1114
### Packaging
1215
* jsBrowserDistribution - Bundles the compiled js files into `build/dist/js/productionExecutable`
1316
* jsJar - Packages a standalone "web" frontend jar with all required files into `build/libs/*.jar`

template-fullstack-ktor-koin-annotations/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ systemProp.kotlinVersion=2.1.10
44
#Dependencies
55
systemProp.kvisionVersion=8.2.0
66
ktorVersion=3.0.3
7-
koinAnnotationsVersion=2.0.0-Beta3
7+
koinAnnotationsVersion=2.0.0-RC1
88
hikariVersion=3.2.0
99
commonsCodecVersion=1.10
1010
jdbcNamedParametersVersion=1.1

template-fullstack-ktor-koin/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
### Running
99
* jsRun - Starts a webpack dev server on port 3000
1010
* 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+
1114
### Packaging
1215
* jsBrowserDistribution - Bundles the compiled js files into `build/dist/js/productionExecutable`
1316
* jsJar - Packages a standalone "web" frontend jar with all required files into `build/libs/*.jar`

template-fullstack-ktor/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
### Running
99
* jsRun - Starts a webpack dev server on port 3000
1010
* 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+
1114
### Packaging
1215
* jsBrowserDistribution - Bundles the compiled js files into `build/dist/js/productionExecutable`
1316
* jsJar - Packages a standalone "web" frontend jar with all required files into `build/libs/*.jar`

template-fullstack-micronaut/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
### Running
99
* jsRun - Starts a webpack dev server on port 3000
1010
* jvmRun - Starts a dev server on port 8080
11+
12+
Note: Auto reload is automatically supported for the JVM backend with Micronaut.
13+
1114
### Packaging
1215
* jsBrowserDistribution - Bundles the compiled js files into `build/dist/js/productionExecutable`
1316
* jsJar - Packages a standalone "web" frontend jar with all required files into `build/libs/*.jar`

template-fullstack-spring-boot/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
### Running
99
* jsRun - Starts a webpack dev server on port 3000
1010
* 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+
1114
### Packaging
1215
* jsBrowserDistribution - Bundles the compiled js files into `build/dist/js/productionExecutable`
1316
* jsJar - Packages a standalone "web" frontend jar with all required files into `build/libs/*.jar`

template-fullstack-vertx/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
### Running
99
* jsRun - Starts a webpack dev server on port 3000
1010
* jvmRun - Starts a dev server on port 8080
11+
12+
Note: Auto reload is automatically supported for the JVM backend with Vert.x.
13+
1114
### Packaging
1215
* jsBrowserDistribution - Bundles the compiled js files into `build/dist/js/productionExecutable`
1316
* jsJar - Packages a standalone "web" frontend jar with all required files into `build/libs/*.jar`

0 commit comments

Comments
 (0)