Jeecg-P3 1.0 Release, JAVA Plug-in development framework
Jeecg-P3 1.0 Release, plug-in development framework
Features: business components are provided in JAR mode. Plug-In mode, loose coupling, pluggable, and independent deployment are supported. You can also seamlessly integrate with the Jeecg platform.
[Architecture description]
1. Jeecg-P3 using SpringMvc + Minidao + Velocity + Maven (build) framework technology 2. Plug-In Introduction mode pom. xml file, introduce new development plug-in
Org. p3framework
Jeecg-p3-biz-demo
1.0.0
3. project startup access method: maven, start Web project http: // localhost/jeecg-p3-web/{page access address} 4. jsp cannot be used at the page level. The template language Velocity5. plug-in-type development is required. Each Service component is provided in jar package mode. 6. database Configuration File: jeecg-p3-web/src/main/resources/dbconfig. properties
[Project description]
Jeecg-p3-web | start master project jeecg-p3-biz-demo | plug-in project Demo
[Getting Started]
☆Preparations: 1. standard development tools: eclipse + jdk7 + tomcat7 + mysql 2. project for maven project, using maven to import eclipse and other IDE development tools ☆quick start: Step 1: Create Mysql database jeecg-p3, using UTF-8 coding, run the following database script jeecg-p3-web/doc/SQL/jeecg-p3-mysql. SQL Step 2: Double-click Run jeecg-p3-web \ bin \ run-tomcat7.bat or bin \ run-tomcat.bat to start the Web server (first run, you need to download the dependent jar package, please be patient ). Step 3: test the access address 1. http: // localhost/jeecg-p3-web/p3/wxActInvite. do? List 2. http: // localhost/jeecg-p3-web/p3/auth. do? List ☆eclipse running steps: Step 1: Create a Mysql database jeecg-p3, using UTF-8 code, execute the following database script jeecg-p3-web/doc/SQL/jeecg-p3-mysql. SQL Step 2: start the project in maven mode (jeecg-p3-web) project right-built-> debug as-> debug configurations-> select jeecg-p3-web project-> Enter command: tomcat: run Note: [1]. update snapshots needs to be selected. The official website will constantly update the underlying package [2]. the plug-in project cannot be started independently. You need to introduce the jeecg-p3-web project in maven mode, start the main web project Step 4: Test Access address 1. http: /localhost/jeecg-p3-web/p3/wxActInvite. do? List 2. http: // localhost/jeecg-p3-web/p3/auth. do? List
[Code Generator]
1. Tool class: jeecg-p3-web/src/main/java/util/P3CodeGenerateUtil. java2. configuration file: jeecg-p3-web/src/main/resources/p3-cg-config.properties