类 UserAuditor

java.lang.Object
plus.hiver.common.config.jpa.auditor.UserAuditor
所有已实现的接口:
org.springframework.data.domain.AuditorAware<String>

@Configuration @Primary public class UserAuditor extends Object implements org.springframework.data.domain.AuditorAware<String>

尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

作者:
Yazhi Li
  • 构造器详细资料

    • UserAuditor

      public UserAuditor()
  • 方法详细资料

    • getCurrentAuditor

      public Optional<String> getCurrentAuditor()
      指定者:
      getCurrentAuditor 在接口中 org.springframework.data.domain.AuditorAware<String>