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 (helidon-io#7924)

Signed-off-by: Laird Nelson <[email protected]>
  • Loading branch information
ljnelson authored Nov 1, 2023
1 parent 9c317a8 commit aa17138
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={{dbUser}}
javax.sql.DataSource.{{ds-name}}.dataSource.password={{userPassword}}
{{/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={{dbUser}}
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.password={{userPassword}}
Expand Down

0 comments on commit aa17138

Please sign in to comment.