Blueprint Developer Manual / Version 2101
Table Of ContentsThis Spring Boot application delivers your local static Studio Client resources.
Working Directory:
apps/studio-packages-proxy/spring-boot/studio-packages-proxy-app
You have two possibilities to connect your Studio Client with a Studio server:
Connect Remote Studio Server
Start the Studio Packages Proxy and connect against a remote Studio server running at
<FQDN>
viamvn spring-boot:run -Pdev -Dinstallation.host=<FQDN>
Connect Local Studio Server
First step: Start Studio Server locally. Then start the Studio Packages Proxy via
mvn spring-boot:run -Pdev
Limitations
Unfortunately, with this approach, it is not possible to deliver static resources from a single, local Maven modul only and proxy all other static resources from a remote Studio Server.
This is only possible using the jangaroo:run
approach