修改角色管理中权限分配 新增登录日志表

修改 @Create 标识为 @since
This commit is contained in:
2024-01-24 17:03:32 +08:00
parent 39d46336f7
commit 0d2680a3a2
116 changed files with 339 additions and 197 deletions

View File

@@ -10,7 +10,7 @@ import org.springframework.context.annotation.Configuration;
* Package: com.yovinchen.xlcs.mq.config
*
* @author yovinchen
* @Create 2023/9/16 23:32
* @since 2023/9/16 23:32
*/
@Configuration
public class MQConfig {

View File

@@ -13,7 +13,7 @@ import javax.annotation.PostConstruct;
* Package: com.yovinchen.xlcs.mq.config
*
* @author yovinchen
* @Create 2023/9/16 23:33
* @since 2023/9/16 23:33
*/
@Component
public class MQProducerAckConfig implements RabbitTemplate.ReturnCallback, RabbitTemplate.ConfirmCallback {

View File

@@ -5,7 +5,7 @@ package com.yovinchen.xlcs.mq.constant;
* Package: com.yovinchen.xlcs.mq.constant
*
* @author yovinchen
* @Create 2023/9/16 23:34
* @since 2023/9/16 23:34
*/
public class MqConst {
/**

View File

@@ -9,7 +9,7 @@ import org.springframework.stereotype.Service;
* Package: com.yovinchen.xlcs.common.service
*
* @author yovinchen
* @Create 2023/9/16 18:12
* @since 2023/9/16 18:12
*/
@Service
public class RabbitService {