Skip to content

Commit

Permalink
feat/#613 : @import에 ColumnEncryptor, Encryption 클래스 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
hwangdaesun committed Jan 7, 2025
1 parent ddff129 commit 315bb05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/java/com/gaebaljip/exceed/common/DatabaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
QueryDslConfig.class,
MemberConverter.class,
HistoryPersistenceAdapter.class,
MealPersistenceAdapter.class
MealPersistenceAdapter.class,
ColumnEncryptor.class,
Encryption.class
})
@DataJpaTest
@AutoConfigureTestDatabase(replace = AutoConfigureTestDatabase.Replace.NONE)
Expand Down

0 comments on commit 315bb05

Please sign in to comment.