cli-spring-boot-scaffold icon indicating copy to clipboard operation
cli-spring-boot-scaffold copied to clipboard

command line for generate crud and configs for spring boot projects

Results 5 cli-spring-boot-scaffold issues
Sort by recently updated
recently updated
newest added

Could not find artifact br.com.netodevel:generator-core:jar:0.0.2.BUILD-SNAPSHOT

[{"_id":"6346bac409a35269b781e8f6","body":"@behsayah. I'll investigate\r\nThanks.","issue_id":1660449021052,"origin_id":621216408,"user_origin_id":10883521,"create_time":1588167775,"update_time":1588167775,"id":1665579716982,"updated_at":"2022-10-12T13:01:56.982000Z","created_at":"2022-10-12T13:01:56.982000Z"},{"_id":"6346bac409a35269b781e8f7","body":"@behsayah, try again\r\n","issue_id":1660449021052,"origin_id":621222719,"user_origin_id":10883521,"create_time":1588168306,"update_time":1588168306,"id":1665579716985,"updated_at":"2022-10-12T13:01:56.985000Z","created_at":"2022-10-12T13:01:56.985000Z"},{"_id":"6346bac409a35269b781e8f8","body":"I have received the following errors:\r\n\r\n[ERROR] Source option 5 is no longer supported. Use 6 or later.\r\n[ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.\r\n\r\nI have changed:\r\n> <maven.compiler.source>1.9<\/maven.compiler.source>\r\n> <maven.compiler.target>1.9<\/maven.compiler.target>\r\nto : \r\n> <maven.compiler.source>1.9<\/maven.compiler.source>\r\n> <maven.compiler.target>1.9<\/maven.compiler.target>\r\n\r\nBut I got the following error:\r\n\r\n> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project spring-boot-generate: There are test failures.\r\n>[ERROR] \r\n>[ERROR] Please refer to [PATH]\/cli-spring-boot-scaffold\/spring-boot-generate\/target\/surefire-reports for the individual test results.\r\n>[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.","issue_id":1660449021052,"origin_id":621363577,"user_origin_id":21294962,"create_time":1588182427,"update_time":1588182427,"id":1665579716988,"updated_at":"2022-10-12T13:01:56.988000Z","created_at":"2022-10-12T13:01:56.988000Z"},{"_id":"6346bac409a35269b781e8f9","body":"@behsayah, try 1.8 please.","issue_id":1660449021052,"origin_id":621410445,"user_origin_id":10883521,"create_time":1588187863,"update_time":1588187863,"id":1665579716991,"updated_at":"2022-10-12T13:01:56.991000Z","created_at":"2022-10-12T13:01:56.991000Z"}] comment

I'm in "Usage" steps and I have ran the following commands: $ git clone https://github.com/NetoDevel/cli-spring-boot-scaffold.git $ cd cli-spring-boot-scaffold and I was about the following command : $ mvn install I'm...

bug

Scaffold generated for Spring Boot 2.0 does not compile

[{"_id":"6346beeecd14df15ba5d4d81","body":"any movement on this?","issue_id":1660449021060,"origin_id":372488915,"user_origin_id":1399471,"create_time":1520895097,"update_time":1520895097,"id":1665580782575,"updated_at":"2022-10-12T13:19:42.574000Z","created_at":"2022-10-12T13:19:42.574000Z"},{"_id":"6346beeecd14df15ba5d4d82","body":"Yes, see https:\/\/github.com\/NetoDevel\/cli-spring-boot-scaffold\/pull\/44","issue_id":1660449021060,"origin_id":417826109,"user_origin_id":908508,"create_time":1535768541,"update_time":1535768541,"id":1665580782579,"updated_at":"2022-10-12T13:19:42.579000Z","created_at":"2022-10-12T13:19:42.579000Z"}] comment

Scaffold generated for Spring Boot 2.0 does not compile Tested on 2.0.0 M7

question

spring scaffold should have flag "-f" this forces it to override existing files. This way it is easier to experiment.

enhancement

new possible feature -- reactjs handling

[{"_id":"6346bec7b918e158f315b9a1","body":"https:\/\/github.com\/pugnascotia\/spring-react-boilerplate","issue_id":1660449021066,"origin_id":325510554,"user_origin_id":2518180,"create_time":1503962713,"update_time":1503962713,"id":1665580743830,"updated_at":"2022-10-12T13:19:03.829000Z","created_at":"2022-10-12T13:19:03.829000Z"},{"_id":"6346bec7b918e158f315b9a2","body":"if you are interested it is ready a version adapted to this skeleton ","issue_id":1660449021066,"origin_id":325521997,"user_origin_id":2518180,"create_time":1503967551,"update_time":1503967568,"id":1665580743833,"updated_at":"2022-10-12T13:19:03.833000Z","created_at":"2022-10-12T13:19:03.833000Z"}] comment

i m working for merging a boilerplate spring+reactjs with cli-spring-boot skeleton so i can generate fastly with reactjs. The problem with reactjs is when i generate the controller java ......