cool-admin (java version) background permission management system, open source and free, AI coding, process orchestration, modularization, plug-in, used to quickly build background applications, details can be found on the official website.
Springboot3
Mybatis-Flex
Vue3
Vite
Element-Ui
Typescript
Mysql
Postgresql
Sqlite(适配中)
...
In the AI era, many old frameworks can no longer meet modern development needs. Cool-Admin has developed a series of functions to make development simpler, faster, and more efficient.
tip: Users who have purchased the two Java version plug-ins [mall project] and [Ai process orchestration + knowledge base project] can provide payment records to the cool-admin-java version developer and obtain cool-admin-java- for free. plus version.
https://show.cool-admin.com
The system is separated from the front and back ends. After the startup is completed, the front-end project needs to be started. The front-end project address is:
https://github.com/cool-team-official/cool-admin-vue
or
https://gitee.com/cool-team-official/cool-admin-vue
or
https://gitcode.com/cool_team/cool-admin-vue
Modify the database configuration, the configuration file is located in src/resources/application-local.yml
Taking Mysql as an example, other databases are being adapted...
Mysql ( >=5.7版本
), 8.0 is recommended. It will automatically initialize and import data when starting for the first time.
# mysql,驱动已经内置,无需安装
spring :
datasource :
url : jdbc:mysql://127.0.0.1:3306/cool?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8
username : root
password : 123456
driver-class-name : com.mysql.cj.jdbc.Driver
Note: The project uses the Apt function of Mybatis-Flex. If an error is reported at startup, please execute mvn compile
first.
1. Startup file: src/main/java/com/cool/CoolApplication.java
2. After the startup is completed, visit: http://localhost:8001
3. If you see the following interface, it means the startup is successful. At this time, just start the front-end project, and the database will be automatically initialized. Default account: admin, password: 123456