Skip to content

Commit 4ebb2f2

Browse files
committed
.
1 parent d34c2d0 commit 4ebb2f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/javaweb/4-hello-micronaut/build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ trait MicronautModule extends MavenModule{
7070
7171
> mill runBackground
7272
73-
> curl http://localhost:8087/hello
73+
> curl http://localhost:8088/hello
7474
...Hello World...
7575
7676
> mill clean runBackground
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Tue Jun 18 12:49:41 UTC 2024
22
micronaut.application.name=default
3-
micronaut.server.port=8087
3+
micronaut.server.port=8088

0 commit comments

Comments
 (0)