Spring Modulith supports the development of functionally modularized Spring Boot applications. With Spring Modulith, it is possible to divide Spring Boot applications into functional modules with ...
my-app ├── Cargo.toml ├── crates │ └── my-app │ ├── Cargo.toml │ └── src │ └── main.rs └── README.md create-gpui-app with no arguments will create a new app called gpui-app.