Skip to content

Commit c52f3dd

Browse files
authored
fix adb autoconf bean name, and small readme update (#86)
Signed-off-by: Mark Nelson <[email protected]>
1 parent abd4ee8 commit c52f3dd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Build:
6666
make build
6767
```
6868

69+
*Note*: If you get a coverage error, please ensure you have up to date jacoco files by running a `clean` first, then run `package`, `install`, or `build` again.
70+
6971
Clean:
7072

7173
```shell

spring-cloud-oci-autoconfigure/src/main/java/com/oracle/cloud/spring/adb/AutonomousDbAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class AutonomousDbAutoConfiguration {
3333
@Bean
3434
@RefreshScope
3535
@ConditionalOnMissingBean(AutonomousDb.class)
36-
AutonomousDb getQueueImpl(DatabaseClient databaseClient) {
36+
AutonomousDb getAutomousDbImpl(DatabaseClient databaseClient) {
3737
return new AutonomousDbImpl(databaseClient);
3838
}
3939

0 commit comments

Comments
 (0)