![]() |
il y a 1 an | |
---|---|---|
.idea | il y a 1 an | |
db | il y a 1 an | |
doc | il y a 1 an | |
sql | il y a 1 an | |
src | il y a 1 an | |
.gitignore | il y a 1 an | |
README.md | il y a 1 an | |
erp.iml | il y a 1 an | |
pom.xml | il y a 1 an | |
proguard.cfg | il y a 1 an |
为外贸企业定制开发的小型ERP系统
实现订单一单到底管理流程:
流程分为三种:
无法登录则: sys_user表password列 请改为: 6fef297d2d6046cdbd013cf92494f0afc99f963b0ecb759f011a6d31
update items_zongjin.sys_user
set password='6fef297d2d6046cdbd013cf92494f0afc99f963b0ecb759f011a6d31'
where 1 = 1
## opendjdk11 tomcat9 无法运行
pom.xml 中增加:
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
</dependency>