JEECG-P3 1.0 Released!
JEECG-P3 1.0 is a Java EE plugin development framework. Features: The business components are available in a jar, plug-in mode, loose coupling, pluggable, support for standalone deployment , and seamless integration into the JEECG platform. "Schema description" 1. Jeecg-p3 using SPRINGMVC + Minidao + Velocity +bootstrap+ Maven (build) Framework Technology 2. Plugin Introduction method Pom.xml file, introduce the newly developed plug- in
- <!--P3 Jar--
- <dependency>
- <groupId>org.p3framework</groupId>
- <artifactId>jeecg-p3-biz-demo</artifactId>
- <version>1.0.0</version>
- </dependency>
Copy Code3. Project Start Access method: Start a Web project by using MAVEN mode http://localhost/jeecg-p3-web/ {Page Access address} 4. The page level cannot use JSP, need to adopt the template language velocity 5. Plug-in development, each business 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 the main project Jeecg-p3-biz-demo | Plugin Project Demo
"Getting Started with development"
1. Standard development tools: Eclipse + jdk7 + tomcat7 + mysql 2. Project is MAVEN project, using MAVEN to import IDE development tools such as Eclipse
First step: Create MySQL database jeecg-p3, using UTF-8 encoding, execute the following database script Jeecg-p3-web/doc/sql/jeecg-p3-mysql.sql Second step: Double-click to run Jeecg-p3-web\bin\run-tomcat7.bat or Bin\run-tomcat.bat, Start the Web server (first run, need to download the dependent jar package, please wait patiently). Step three: Test the access address 1.http://localhost/jeecg-p3-web/p3/wxActInvite.do?list 2.http://localhost/jeecg-p3-web/p3/auth.do?list
First step: Create MySQL database jeecg-p3, using UTF-8 encoding, execute the following database script Jeecg-p3-web/doc/sql/jeecg-p3-mysql.sql Step two: Start the project with Maven (Jeecg-p3-web) Project Right-built->debug as->debug configurations-> Check jeecg-p3-web project--input command: Tomcat:run Note: [1].update snapshots need to be selected, the official will keep updating the underlying package [2]. Plug-in projects cannot be started individually, and need to be introduced into the Jeecg-p3-web project in Maven to start the Web master project Fourth Step: 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.java 2. Configuration file: Jeecg-p3-web/src/main/resources/p3-cg-config.properties System Demo
RELATED LINKS
- JEECG-P3 Details: Please click here
- JEECG-P3: please click here.
- JEECG-P3 Source Address: HTTP://GIT.OSCHINA.NET/JEECG/JEECG-P3
|
"Release" JEECG-P3 1.0 release, Java EE plugin Development Framework