修改角色管理中权限分配 新增登录日志表
修改 @Create 标识为 @since
This commit is contained in:
		@@ -9,7 +9,7 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
 | 
			
		||||
 * Package: com.yovinchen.xlcs
 | 
			
		||||
 *
 | 
			
		||||
 * @author yovinchen
 | 
			
		||||
 * @Create 2023/9/20 16:51
 | 
			
		||||
 * @since 2023/9/20 16:51
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
@SpringBootApplication
 | 
			
		||||
 
 | 
			
		||||
@@ -12,7 +12,7 @@ import org.springframework.web.util.pattern.PathPatternParser;
 | 
			
		||||
 * Package: com.yovinchen.xlcs.config.config
 | 
			
		||||
 *
 | 
			
		||||
 * @author yovinchen
 | 
			
		||||
 * @Create 2023/9/20 16:52
 | 
			
		||||
 * @since 2023/9/20 16:52
 | 
			
		||||
 */
 | 
			
		||||
@Configuration
 | 
			
		||||
public class CorsConfig {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user