Olapu is a code generation solution designed with programmers in mind.
It can help us generate such as: Java entity class, Controller, Service, Dao, Repository... Help us quickly generate CRUD\Page Search API, reduce repetitive work in development, free our hands and let us focus on business more energy and time development.
- Initialize the database
execution database initialization script
- configure your database connection
Editor API service configuration file
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver # your data source driver
url: jdbc:mysql://127.0.0.1:3306/olapu # your data source jdbc
username: root # your data source username
password: 123456 # your data source password
server:
servlet:
context-path: /api # global resource pre path
cd ./olapu-api
gradle bootJar
java -jar ./olapu-api/build/libs/olapu-api-1.0-SNAPSHOT.jar
cd ./console
yarn build
After building, your static resources will be in the consoledist
directory, you can use nginx
or other static resource agents to access it,
If you want to local start
cd ./console
yarn
yarn start
Or you want to use Application
to launch
cd ./console
yarn
yarn start
yarn window
- preview
-
迁移
generate
模块 -
抽象
事件
中心入库,用户防止重复消费以及后续的状态查询以及日志log输出等
I'm actively developing this project, I can't push it anytime soon due to work, but I'm keeping active commits every day
- JetBrains - Thanks a lot for supporting kushinae-olapu project.