Skip to content

Commit d7c59ea

Browse files
authored
Add a link on softwaremill/bootzooka
1 parent 048bb5c commit d7c59ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ Samples for its integration with different web frameworks and HTTP servers:
331331

332332
Usages of jsoniter-scala in OSS libraries:
333333
- [akka-http-json](https://github.com/hseeberger/akka-http-json) - integrates some of the best JSON libs in Scala with Akka HTTP
334+
- [bootzooka](https://github.com/softwaremill/bootzooka) - a project to quickly start developing a Scala-based microservice or web app,
335+
without the need to write login, user registration etc.
334336
- [caliban](https://github.com/ghostdogpr/caliban) - a purely functional library for building GraphQL servers and
335337
clients in Scala
336338
- [dijon](https://github.com/jvican/dijon) - support of schema-less JSON using safe and efficient AST representation
@@ -834,7 +836,7 @@ Publish to the local Maven repo:
834836
sbt clean +publishM2
835837
```
836838

837-
### Release
839+
### Releasehttps://github.com/softwaremill/bootzook
838840

839841
For version numbering use [Recommended Versioning Scheme](https://docs.scala-lang.org/overviews/core/binary-compatibility-for-library-authors.html#recommended-versioning-scheme)
840842
that is used in the Scala ecosystem.

0 commit comments

Comments
 (0)