Skip to content

Commit

Permalink
Fix inferencing type
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilDigitalJustice committed Feb 5, 2025
1 parent 2b9a8d8 commit b4de99f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ default void afterToOpaSession(

@Mapping(target = "attributeId", source = "name")
@Mapping(target = "attributeType", source = "type")
@Mapping(target = "inferencingType", ignore = true)
@Mapping(target = "opaEntity", ignore = true)
OpaAttribute toOpaAttribute(AssessmentAttributeDetail assessmentAttributeDetail);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring:
datasource:
url: jdbc:oracle:thin:@localhost:1521:CCMSPUI
url: jdbc:oracle:thin:@localhost:1521:EBSDB
driver-class-name: oracle.jdbc.OracleDriver
username: XXCCMS_PUI
password: XXCCMS_PUI
Expand Down

0 comments on commit b4de99f

Please sign in to comment.