加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
compiler.xml 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
‘cgcg’ 提交于 2023-06-27 16:58 . 测试netty服务器
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile default="true" name="Default" enabled="true" />
<profile name="Maven default annotation processors profile" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="mytomcat" />
<module name="myMybatis" />
<module name="mytomcat-netty" />
<module name="mySpring" />
<module name="mySpringmvc" />
<module name="demo" />
<module name="spring-mybatis" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="demo" target="1.8" />
<module name="myMybatis" target="1.8" />
<module name="mySpring" target="1.8" />
<module name="mySpringmvc" target="1.8" />
<module name="mytomcat" target="1.8" />
<module name="mytomcat-netty" target="1.8" />
<module name="spring-mybatis" target="1.8" />
</bytecodeTargetLevel>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="demo" options="-parameters" />
<module name="mySpring" options="" />
<module name="mySpringmvc" options="-parameters" />
<module name="mytomcat" options="" />
</option>
</component>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化