Skip to content

Commit

Permalink
refactor(authentication): 集合名统一增加前缀防止重复
Browse files Browse the repository at this point in the history
  • Loading branch information
conifercone committed Feb 14, 2025
1 parent 429c67c commit c0dc976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@EqualsAndHashCode(callSuper = true)
@AllArgsConstructor
@NoArgsConstructor
@Document("account-addresses")
@Document("mumu-account-addresses")
@Metamodel
public class AccountAddressMongodbPO extends JpaMongodbBasisDefaultPersistentObject {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
@EqualsAndHashCode(callSuper = true)
@AllArgsConstructor
@NoArgsConstructor
@Document("account-system-settings")
@Document("mumu-account-system-settings")
@Metamodel
public class AccountSystemSettingsMongodbPO extends JpaMongodbBasisDefaultPersistentObject {

Expand Down

0 comments on commit c0dc976

Please sign in to comment.