lowcoder-org / lowcoder

🔥 🔥 🔥 The Open Source Retool, Tooljet and Appsmith Alternative
https://www.lowcoder.cloud/
GNU Affero General Public License v3.0
905 stars 187 forks source link

[Bug]: api-service module server start error, missing class QInvitation #1141

Closed hefeng6500 closed 2 months ago

hefeng6500 commented 2 months ago

Is there an existing issue for this?

Current Behavior

idea run api-service module server

image

Expected Behavior

start running success!

Steps to reproduce

Please add QInvitation Class in org.lowcoder.domain.invitation.model folder

Environment

Additional Information

https://github.com/lowcoder-org/lowcoder/blob/main/server/api-service/lowcoder-domain/src/main/java/org/lowcoder/domain/invitation/repository/CustomInvitationRepositoryImpl.java

line 7: import org.lowcoder.domain.invitation.model.QInvitation;

ludomikula commented 2 months ago

All model Q-classes are generated during compile time by Query DSL. Please use maven compile goal to build them.