Skip to content

Commit

Permalink
Update recipes index and README
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 18, 2024
1 parent 7dac6bb commit 10fef7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/recipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Shows how to explicitly cast a component to a specific interface.

Learn how to write CFML code directly in a function or a closure with Java types in Lucee. This guide demonstrates how to define functions and components with Java types, and how to use Java lambda functions within Lucee. You will see examples of how to handle exceptions, define return types, and implement functional Java interfaces (Lambdas) seamlessly.

## [Java Settings in Application.cfc](/docs/recipes/java-settings.md)
## [Java Settings in Application.cfc (Now with Maven Support)](/docs/recipes/java-settings.md)

Guide on configuring Java settings in Lucee using Application.cfc

Expand Down
4 changes: 2 additions & 2 deletions docs/recipes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,9 @@
},
{
"file": "java-settings.md",
"title": "Java Settings in Application.cfc",
"title": "Java Settings in Application.cfc (Now with Maven Support)",
"path": "/docs/recipes/java-settings.md",
"hash": "e2d2e72d7019ece36553f54aa0593d19",
"hash": "cae010adbc2b292bfc8b5abfeb5d0027",
"keywords": [
"Java settings",
"Application.cfc",
Expand Down

0 comments on commit 10fef7e

Please sign in to comment.