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?
15321532If you use Integrant, you can use parts of Duct. This section will cover
15331533common use-cases.
15341534
1535- === Integrant '`main`' Replacement
1535+ === Integrant Runner
15361536
15371537A common pattern for using Integrant have a `-main` function that loads
15381538and 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
16231623outside of Duct:
16241624
16251625- 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
16271627- 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
16291629- 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
16311631
16321632
16331633== Integrations
You can’t perform that action at this time.
0 commit comments