File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed
graalwasm-micronaut-photon
graalwasm-spring-boot-photon Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,8 @@ To start the demo, simply run:
2020./mvnw package mn:run
2121```
2222
23- When the demo runs, open the following URLs in a browser:
24-
25- - http://localhost:8080/photo/default
26- - http://localhost:8080/photo/grayscale
27- - http://localhost:8080/photo/colorize
28- - http://localhost:8080/photo/fliph
29- - http://localhost:8080/photo/flipv
23+ When the demo runs, open http://localhost:8080/ in a browser.
24+ To apply a specific effect, navigate to ` http://localhost:8080/photo/<effect name> ` (e.g., http://localhost:8080/photo/colorize ).
3025
3126To compile the application with GraalVM Native Image, run:
3227
Original file line number Diff line number Diff line change @@ -20,13 +20,9 @@ To start the demo, simply run:
2020./mvnw package spring-boot:run
2121```
2222
23- When the demo runs, open the following URLs in a browser:
23+ When the demo runs, open http://localhost:8080/ in a browser.
24+ To apply a specific effect, navigate to ` http://localhost:8080/photo/<effect name> ` (e.g., http://localhost:8080/photo/colorize ).
2425
25- - http://localhost:8080/photo/default
26- - http://localhost:8080/photo/grayscale
27- - http://localhost:8080/photo/colorize
28- - http://localhost:8080/photo/fliph
29- - http://localhost:8080/photo/flipv
3026
3127To compile the application with GraalVM Native Image, run:
3228
You can’t perform that action at this time.
0 commit comments