Skip to content

Commit

Permalink
Corrects a case typo in the custom MP archetype that results in an in…
Browse files Browse the repository at this point in the history
…valid property being installed on UCP (#7933)

Signed-off-by: Laird Nelson <[email protected]>
  • Loading branch information
ljnelson authored Nov 2, 2023
1 parent f114133 commit 2812529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ javax.sql.DataSource.{{ds-name}}.dataSource.user=db_user
javax.sql.DataSource.{{ds-name}}.dataSource.password=user_password
{{/database-hikari}}
{{#database-ucp}}
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.url={{databaseUrl}}
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.URL={{databaseUrl}}
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.connectionFactoryClassName={{jdbcDataSource}}
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.user=db_user
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.password=user_password
Expand Down

0 comments on commit 2812529

Please sign in to comment.