Coder Social home page Coder Social logo

rakshitshah94 / angular2-springboot-example Goto Github PK

View Code? Open in Web Editor NEW
54.0 54.0 72.0 30.87 MB

Normal CRUD operation with Angular 2 and spring boot.(Modified with edit and create functionality V1.2) is available at >

Home Page: https://github.com/zouabimourad/angular2-spring

License: GNU General Public License v3.0

TypeScript 53.08% JavaScript 3.60% HTML 23.97% CSS 2.28% Java 17.07%
angular2-springboot crud java-spring-mvc spring-boot

angular2-springboot-example's People

Contributors

rakshitshah94 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular2-springboot-example's Issues

MojoExecutionException intellij

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

D:\projects\Angular2-SpringBoot-Example\server>mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------< net.mzouabi.ng2:server >-----------------------
[INFO] Building server 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ server ---
[INFO] Deleting D:\projects\Angular2-SpringBoot-Example\server\target
[INFO]
[INFO] --- maven-processor-plugin:2.2.4:process (querydslmetamodel) @ server ---
[ERROR] JVM is not suitable for processing annotation! ToolProvider.getSystemJavaCompiler() is null.
[INFO]
[INFO] --- maven-processor-plugin:2.2.4:process (mapstruct) @ server ---
[ERROR] JVM is not suitable for processing annotation! ToolProvider.getSystemJavaCompiler() is null.
[INFO]
[INFO] --- build-helper-maven-plugin:1.10:add-source (add-source) @ server ---
[INFO] Source directory: D:\projects\Angular2-SpringBoot-Example\server\target\generated-sources\java added.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to D:\projects\Angular2-SpringBoot-Example\server\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.674 s
[INFO] Finished at: 2018-07-06T12:42:43+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project server: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[ERROR]
[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

D:\projects\Angular2-SpringBoot-Example\server>mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------------< net.mzouabi.ng2:server >-----------------------
[INFO] Building server 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ server ---
[INFO] Deleting D:\projects\Angular2-SpringBoot-Example\server\target
[INFO]
[INFO] --- maven-processor-plugin:2.2.4:process (querydslmetamodel) @ server ---
[ERROR] JVM is not suitable for processing annotation! ToolProvider.getSystemJavaCompiler() is null.
[INFO]
[INFO] --- maven-processor-plugin:2.2.4:process (mapstruct) @ server ---
[ERROR] JVM is not suitable for processing annotation! ToolProvider.getSystemJavaCompiler() is null.
[INFO]
[INFO] --- build-helper-maven-plugin:1.10:add-source (add-source) @ server ---
[INFO] Source directory: D:\projects\Angular2-SpringBoot-Example\server\target\generated-sources\java added.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to D:\projects\Angular2-SpringBoot-Example\server\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.092 s
[INFO] Finished at: 2018-07-06T12:44:06+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project server: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[ERROR]
[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

D:\projects\Angular2-SpringBoot-Example\server>

no QPerson class

Hi,
While I imported this project, we found there is no class 'net.mzouabi.ng2.server.model.QPerson'.
We found 'net.mzouabi.ng2.server.model.Person', but in Person class, there is no public element: 'person' and 'id'. Waiting for your response.

Regards
Ethan

Add function error

When I click add button, I get below error:
error:"Internal Server Error"
exception:"org.springframework.orm.jpa.JpaSystemException"
message:"The database returned no natively generated identity value; nested exception is org.hibernate.HibernateException: The database returned no natively generated identity value"
path:"/api/person"
status:500
timestamp:1505362623524

Url

Can u please post url of the project

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.