admin管理员组

文章数量:1608635

xxl-job-core版本:2.3.1

场景:

WARNING: An illegal reflective access operation has occurred
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

分析:

1、是 groovy 依赖的版本导致

解决:

1、排除 xxl-job 中的 groovy 重新引入即可

		<!-- xxl-job-core -->
		<dependency>
			<groupId>com.xuxueli</groupId>
			<artifactId>xxl-job-core</artifactId>
			<version>2.3.1</version>
			<exclusions>
				<exclusion>

本文标签: 反射warningjobSpringBootxxl