You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
898 B
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

=== 前端文件的更新.
1. 前端代码最新的都在 D:\CCFlowCloud\CCFlow\WF
2. 所有版本的前端代码,都是一致的. 更新代码的时候可以直接覆盖对方版本的wf目录然后在提交.
3. 正规的做法是先删除 对方版本 wf 目录然后copy过去在提交.
== Java版本的更新.
4. 所有java的版本最新代码都在 http://svn.ccflow.org:88/svn/JFlow
5. 每个java版本 后台只有一个目录不同 src\main\java\bp\difference\*.*
6, 更新java后端代码就是把spring mvc 下面的 *.java文件去掉 difference 进行覆盖就好.
== .net 后端 版本更新。
1. 目前有 .net4.0, .net4.5.2 .netcore 三个版本. .net4.0 基本不用了.
2. 最新的后端代码 在 D:\CCFlow2021\Components 他是 .net4.5.2
3. 不同的版本就是 每个工程下有 Difference 不同。
4. 更新同java版本.