添加了GraalVM的原生镜像版本-本地编译版本
-修复了@Resource注入失败导致的程序跑不起来的问题
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -74,7 +74,7 @@
|
||||
<configuration>
|
||||
<buildArgs>
|
||||
<!--开启dashboard-->
|
||||
<arg>-H:DashboardDump=dailylove -H:+DashboardAll</arg>
|
||||
<!-- <arg>-H:DashboardDump=dailylove -H:+DashboardAll</arg>-->
|
||||
<arg->-H:+ReportExceptionStackTraces</arg->
|
||||
<!--开启JFR-->
|
||||
<arg>--enable-monitoring=jfr</arg>
|
||||
@@ -89,12 +89,12 @@
|
||||
<!--配置jvm参数-->
|
||||
<!-- <jvmArgs>
|
||||
</jvmArgs>-->
|
||||
<agent>
|
||||
<!--<agent>
|
||||
<enabled>true</enabled>
|
||||
<options>
|
||||
<option>experimental-class-loader-support</option>
|
||||
</options>
|
||||
</agent>
|
||||
</agent>-->
|
||||
</configuration>
|
||||
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user