Giter VIP home page Giter VIP logo

Comments (3)

akirasosa avatar akirasosa commented on May 31, 2024

@yhrchan
It looks that generated code by annotation processor were not recognised well. Could you try following?
https://github.com/springboot-angular2-tutorial/boot-app#important-note

I have not tried Eclipse, but maybe it can fix it as same.

from boot-app.

yhrchan avatar yhrchan commented on May 31, 2024

Hi,

I tried that and it gives me the following errors:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.028 s
[INFO] Finished at: 2016-11-02T10:35:18-06:00
[INFO] Final Memory: 29M/214M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project springboot-angular2-tutorial: Compilation failure: Compilation failure:
[ERROR] /D:/Development/Projects/boot-app/src/main/java/com/myapp/repository/UserRepositoryImpl.java:[3,24] cannot find symbol
[ERROR] symbol: class QRelationship
[ERROR] location: package com.myapp.domain
[ERROR] /D:/Development/Projects/boot-app/src/main/java/com/myapp/repository/UserRepositoryImpl.java:[4,24] cannot find symbol
[ERROR] symbol: class QUser
[ERROR] location: package com.myapp.domain
[ERROR] /D:/Development/Projects/boot-app/src/main/java/com/myapp/repository/UserRepositoryImpl.java:[25,19] cannot find symbol [ERROR] symbol: class QUser
[ERROR] location: class com.myapp.repository.UserRepositoryImpl
[ERROR] /D:/Development/Projects/boot-app/src/main/java/com/myapp/repository/UserRepositoryImpl.java:[26,19] cannot find symbol [ERROR] symbol: class QRelationship
[ERROR] location: class com.myapp.repository.UserRepositoryImpl
[ERROR] /D:/Development/Projects/boot-app/src/main/java/com/myapp/auth/SecurityConfig.java:[5,44] cannot find symbol
[ERROR] symbol: class FilterRegistrationBean
[ERROR] location: package org.springframework.boot.web.servlet
[ERROR] /D:/Development/Projects/boot-app/src/main/java/com/myapp/auth/SecurityConfig.java:[71,12] cannot find symbol
[ERROR] symbol: class FilterRegistrationBean
[ERROR] location: class com.myapp.auth.SecurityConfig
[ERROR] /D:/Development/Projects/boot-app/src/main/java/com/myapp/repository/helper/UserStatsQueryHelper.java:[3,24] cannot find symbol
[ERROR] symbol: class QMicropost
[ERROR] location: package com.myapp.domain
[ERROR] /D:/Development/Projects/boot-app/src/main/java/com/myapp/repository/helper/UserStatsQueryHelper.java:[4,24] cannot find symbol
[ERROR] symbol: class QRelationship
[ERROR] location: package com.myapp.domain
[ERROR] /D:/Development/Projects/boot-app/src/main/java/com/myapp/repository/helper/UserStatsQueryHelper.java:[5,24] cannot find symbol
[ERROR] symbol: class QUser
[ERROR] location: package com.myapp.domain
[ERROR] /D:/Development/Projects/boot-app/src/main/java/com/myapp/repository/helper/UserStatsQueryHelper.java:[17,72] cannot find symbol
[ERROR] symbol: class QUser
[ERROR] location: class com.myapp.repository.helper.UserStatsQueryHelper
[ERROR] /D:/Development/Projects/boot-app/src/main/java/com/myapp/repository/helper/UserStatsQueryHelper.java:[26,59] cannot find symbol
[ERROR] symbol: class QUser
[ERROR] location: class com.myapp.repository.helper.UserStatsQueryHelper
[ERROR] /D:/Development/Projects/boot-app/src/main/java/com/myapp/repository/helper/UserStatsQueryHelper.java:[38,54] cannot find symbol
[ERROR] symbol: class QUser
[ERROR] location: class com.myapp.repository.helper.UserStatsQueryHelper
[ERROR] /D:/Development/Projects/boot-app/src/main/java/com/myapp/repository/helper/UserStatsQueryHelper.java:[45,55] cannot find symbol
[ERROR] symbol: class QUser
[ERROR] location: class com.myapp.repository.helper.UserStatsQueryHelper
[ERROR] /D:/Development/Projects/boot-app/src/main/java/com/myapp/repository/helper/UserStatsQueryHelper.java:[52,50] cannot find symbol
[ERROR] symbol: class QUser
[ERROR] location: class com.myapp.repository.helper.UserStatsQueryHelper
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

Thanks,

Ricky


From: akirasosa [email protected]
Sent: October 27, 2016 6:01 AM
To: springboot-angular2-tutorial/boot-app
Cc: yhrchan; Mention
Subject: Re: [springboot-angular2-tutorial/boot-app] Build project in Eclipse IDE (#8)

@yhrchanhttps://github.com/yhrchan
It looks that generated code by annotation processor were not recognised well. Could you try following?
https://github.com/springboot-angular2-tutorial/boot-app#important-note

I have not tried Eclipse, but maybe it can fix it as same.

You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com//issues/8#issuecomment-256554051, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADg04IRERIMqrAnKKy-s_D4RegM623Wsks5q4D5TgaJpZM4Kg1ey.

from boot-app.

akirasosa avatar akirasosa commented on May 31, 2024

Does this link help you?

http://stackoverflow.com/questions/24482259/eclipse-issue-with-maven-build-and-jdk-when-generating-qclasses-in-querydsl

from boot-app.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.