Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
drp
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
drp
Commits
daa4a210
Commit
daa4a210
authored
Mar 24, 2015
by
reedmi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善说明
parent
fc5f9700
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
2 deletions
+45
-2
LICENSE
LICENSE
+13
-0
README.md
README.md
+31
-1
src/main/resources/jdbc.properties
src/main/resources/jdbc.properties
+1
-1
No files found.
LICENSE
0 → 100644
View file @
daa4a210
Copyright © 2014-2015 <a href="https://github.com/reedmi/drp">drp</a> All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
\ No newline at end of file
README.md
View file @
daa4a210
# drp
# drp系统说明
## 功能简介
DRP系统主要由库存管理、质量控制、运输管理、采购管理、计划/调度管理、订单管理、数据库接口与数据传输模块组成。
DRP系统主要由库存管理、质量控制、运输管理、采购管理、计划/调度管理、订单管理、数据库接口与数据传输模块组成。
## 技术选型
SpringMVC+Hibernate4+ExtJS4.1
## 运行说明
1.
具备运行环境:JDK1.7、Maven3.0、MySql5
2.
添加文件filters/dev/jdbc.properties,并写入自己的本地化配置,可参考filters/prod/jdbc.properties
3.
根据修改参数创建对应MySql数据库(数据库编码:UTF-8)
4.
执行mvn tomcat7:run,自动创建对应的数据库
5.
导入src/main/resources/sql/users.sql,初始化管理员记录,默认为username:admin,password:admin
## 如何交流、反馈、参与贡献?
*
QQ群:384253170(诚邀各位盟友加入)
如果你想参与进来共同完善它或有更好的建议,请联系我吧(^_^)。
## 版权声明
本软件使用
[
Apache License 2.0
](
http://www.apache.org/licenses/LICENSE-2.0
)
协议,请严格遵照协议内容:
1.
需要给代码的用户一份Apache Licence。
2.
如果你修改了代码,需要在被修改的文件中说明。
3.
**在延伸的代码中(修改和有源代码衍生的代码中)需要带有原来代码中的协议,商标,专利声明和其他原来作者规定需要包含的说明。**
4.
如果再发布的产品中包含一个Notice文件,则在Notice文件中需要带有Apache Licence。你可以在Notice中增加自己的许可,但不可以表现为对Apache Licence构成更改。
3.
Apache Licence也是对商业应用友好的许可。使用者也可以在需要的时候修改代码来满足需要并作为开源或商业产品发布/销售
\ No newline at end of file
src/main/resources/jdbc.properties
View file @
daa4a210
jdbc.driver
=
com.mysql.jdbc.Driver
jdbc.driver
=
com.mysql.jdbc.Driver
jdbc.url
=
jdbc:mysql://localhost:3306/
test
?useUnicode=true&characterEncoding=UTF-8
jdbc.url
=
jdbc:mysql://localhost:3306/
drp
?useUnicode=true&characterEncoding=UTF-8
jdbc.username
=
root
jdbc.username
=
root
jdbc.password
=
jdbc.password
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment