Skip to content

Commit aa17138

Browse files
authored
Corrects a case typo in the custom MP archetype that results in an invalid property being installed on UCP (helidon-io#7924)
Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
1 parent 9c317a8 commit aa17138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archetypes/helidon/src/main/archetype/mp/common/files/src/main/resources/META-INF/microprofile-config.properties.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ javax.sql.DataSource.{{ds-name}}.dataSource.user={{dbUser}}
1717
javax.sql.DataSource.{{ds-name}}.dataSource.password={{userPassword}}
1818
{{/database-hikari}}
1919
{{#database-ucp}}
20-
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.url={{databaseUrl}}
20+
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.URL={{databaseUrl}}
2121
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.connectionFactoryClassName={{jdbcDataSource}}
2222
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.user={{dbUser}}
2323
oracle.ucp.jdbc.PoolDataSource.{{ds-name}}.password={{userPassword}}

0 commit comments

Comments
 (0)