File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
account/src/main/resources/db/changelog Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
-- liquibase formatted sql
2
2
3
- -- changeset atael :1
3
+ -- changeset account :1
4
4
grant execute on dbms_aq to account;
5
5
grant execute on dbms_aqadm to account;
6
6
grant execute on dbms_aqin to account;
@@ -13,7 +13,7 @@ grant execute on dbms_aqjms_internal to account;
13
13
-- rollback revoke dbms_aqjms from ACCOUNT;
14
14
-- rollback revoke dbms_aqjms_internal from ACCOUNT;
15
15
16
- -- changeset atael :2 endDelimiter:/
16
+ -- changeset account :2 endDelimiter:/
17
17
begin
18
18
-- deposits
19
19
begin
Original file line number Diff line number Diff line change 29
29
<type >pom</type >
30
30
<version >${oracle-springboot-starter.version} </version >
31
31
</dependency >
32
+ <dependency >
33
+ <groupId >org.springframework.boot</groupId >
34
+ <artifactId >spring-boot-starter-jdbc</artifactId >
35
+ </dependency >
32
36
</dependencies >
33
37
34
38
<build >
Original file line number Diff line number Diff line change 39
39
40
40
<micrometer-core .version>1.13.2</micrometer-core .version>
41
41
<lombok .version>1.18.34</lombok .version>
42
- <oracle-springboot-starter .version>23.4 .0</oracle-springboot-starter .version>
42
+ <oracle-springboot-starter .version>24.3 .0</oracle-springboot-starter .version>
43
43
<oracle-microtx-starter .version>24.2.1</oracle-microtx-starter .version>
44
44
<liquibase .version>4.29.1</liquibase .version>
45
45
<datasource-micrometer-spring-boot .version>1.0.5</datasource-micrometer-spring-boot .version>
You can’t perform that action at this time.
0 commit comments