Merge remote-tracking branch 'origin/master' into code_bank
# Conflicts: # .idea/workspace.xml
This commit is contained in:
commit
75dad45f99
|
@ -15,6 +15,7 @@
|
|||
<module name="cwiki-us-demo-tutorials.spring-batch.main" target="11" />
|
||||
<module name="cwiki-us-demo-tutorials.spring-batch.test" target="11" />
|
||||
<module name="lang-tutorial" target="1.5" />
|
||||
<module name="parent-modules" target="11" />
|
||||
</bytecodeTargetLevel>
|
||||
</component>
|
||||
</project>
|
|
@ -8,6 +8,7 @@
|
|||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/spring-batch/cwiki-us-demo-tutorials.spring-batch.main.iml" filepath="$PROJECT_DIR$/.idea/modules/spring-batch/cwiki-us-demo-tutorials.spring-batch.main.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/spring-batch/cwiki-us-demo-tutorials.spring-batch.test.iml" filepath="$PROJECT_DIR$/.idea/modules/spring-batch/cwiki-us-demo-tutorials.spring-batch.test.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/cwiki-us-demo-tutorials.test.iml" filepath="$PROJECT_DIR$/.idea/modules/cwiki-us-demo-tutorials.test.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/parent-modules.iml" filepath="$PROJECT_DIR$/parent-modules.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
|
@ -5,7 +5,7 @@
|
|||
<br>提供 CWIKI.US 项目中使用的代码
|
||||
</p>
|
||||
|
||||
所有的 Java 代码使用的是 JDK 8。
|
||||
所有的 Java 代码使用的是 JDK 11。
|
||||
|
||||
你可以通过单击下面连接后访问我们网站,并且访问我们提供的最新有关 Java 的开发资料。
|
||||
|
||||
|
|
Loading…
Reference in New Issue