Tobias Roeser
Tobias Roeser
Let me look up if there are useful example projects on the Spring Boot doc site, for inspiration. The projects I work with aren't that straight forward. (One is just...
* https://spring.io/guides/gs/spring-boot You will build a simple web application with Spring Boot and add some useful services to it. * https://spring.io/guides/tutorials/spring-boot-kotlin This tutorial shows you how to build efficiently a...
* https://spring.io/guides/gs/relational-data-access You will build an application that uses Spring’s JdbcTemplate to access data stored in a relational database.
* https://spring.io/guides/gs/rest-service This guide walks you through the process of creating a “Hello, World” RESTful web service with Spring.
* https://github.com/com-lihaoyi/mill/discussions/5301
I'd like to extends this also for standard build steps. For example have a no-op trait defining `compile`, and all existing Languages extend that, so that we can easily stack...
> I would love to be able to set a global level as I can do with sbt. I'm not a sbt user. Can you explain, how that would look...
I wonder if `scalaJsParallel` should be an task or just a `def`. It's values should not affect or invalidate the results of any other task. Running in parallel or not...
So if it is advised to not run multiple ScalaJS linkers in parallel, or limit the overall parallelism of these jobs, we could manage and limit the maximal number of...
> if you don't want it. Asking @lolgab, our ScalaJS expert, if we want it. I will not merge it as-is for the reasons outlined above: https://github.com/com-lihaoyi/mill/pull/6207#issuecomment-3553531604 > I wonder...