JFinalUIB is a database permission management system based on JFinal and RBAC models. It currently supports PostgreSQL, MySQL, SqlServer, Oracle, and DB2.
JFinalUIB_V4 is based on JFinal3.0 + metrolab UI
JFinalUIB_V4 login account password
Account: admins
Password: 123456
JDK6, JDK7, and JDK8 are all available. The default compilation level is 1.6, which can be higher.
1. Database backup file/JFinalUIBV4/doc/database
2. Each database directory has its own backup and recovery instructions.
3. Database configuration, modify init.properties, modify db[xx].type and specify database connection information
1. Use eclipse to import the project, modify the compilation error for restricted API calls, see /JFinalUIBV4/build-lib/eclipse restricted API call settings.png
2. Run the com.platform.config.Run.java class
1. Open the project with IDEA
2. Run the com.platform.config.Run.java class, edit the main run configuration, and modify the JRE path to the local JDK root path. Do not select the local JRE path.
1. This directory contains compilation dependency packages and does not need to be published to the running environment.
2. If you use these jars, please move these jars to the WEB-INFlib directory and delete the jars in this directory.
jetty-8.1.8: Embedded startup of jars that jetty8.1.8 depends on
jetty-9.2-jdk7+: Embedded startup of the jars that jetty9.2 depends on
jfinal3: jars used to compile jfinal source code. These jars are not used in the project and do not need to be released.
junit: jar that junit unit test depends on
postgresql: driver class in JDK6 or JDK7
spring: If the spring plug-in is enabled, these jars can be added