File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1532,7 +1532,7 @@ Can Duct provide any benefit in that case?
1532
1532
If you use Integrant, you can use parts of Duct. This section will cover
1533
1533
common use-cases.
1534
1534
1535
- === Integrant '`main`' Replacement
1535
+ === Integrant Runner
1536
1536
1537
1537
A common pattern for using Integrant have a `-main` function that loads
1538
1538
and initiates an Integrant configuration. In many cases, you can use
@@ -1623,11 +1623,11 @@ of any Integrant configuration. Here are three of the most useful
1623
1623
outside of Duct:
1624
1624
1625
1625
- https://github.com/duct-framework/database.sql.hikaricp[database.sql.hikaricp] -
1626
- creates a database connection pool using HikariCP.
1626
+ creates a database connection pool using HikariCP
1627
1627
- https://github.com/duct-framework/logger.simple[logger.simple] -
1628
- a simple buffered logger that can write to a file or STDOUT.
1628
+ a simple buffered logger that can write to a file or STDOUT
1629
1629
- https://github.com/duct-framework/server.http.jetty[server.http.jetty] -
1630
- starts a Ring adapter based on the Jetty webserver.
1630
+ starts a Ring adapter based on the Jetty webserver
1631
1631
1632
1632
1633
1633
== Integrations
You can’t perform that action at this time.
0 commit comments