René's URL Explorer Experiment


Title: Project Compilation Failure · Issue #2 · discospiff/JavaFullStackEnterpriseWeb · GitHub

Open Graph Title: Project Compilation Failure · Issue #2 · discospiff/JavaFullStackEnterpriseWeb

X Title: Project Compilation Failure · Issue #2 · discospiff/JavaFullStackEnterpriseWeb

Description: Hello, when I cloned the Repository and run mvn clean package, the Maven Process fails at compilation stage with nearly 40 Errors [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ PlantPlaces --- [INFO] Changes detected - ...

Open Graph Description: Hello, when I cloned the Repository and run mvn clean package, the Maven Process fails at compilation stage with nearly 40 Errors [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ Pl...

X Description: Hello, when I cloned the Repository and run mvn clean package, the Maven Process fails at compilation stage with nearly 40 Errors [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ Pl...

Opengraph URL: https://github.com/discospiff/JavaFullStackEnterpriseWeb/issues/2

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Project Compilation Failure","articleBody":"Hello,\r\n\r\nwhen I cloned the Repository and run `mvn clean package`, the Maven Process fails at compilation stage with nearly 40 Errors\r\n\r\n```\r\n[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ PlantPlaces ---\r\n[INFO] Changes detected - recompiling the module!\r\n[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!\r\n[INFO] Compiling 27 source files to /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/target/classes\r\n[INFO] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dao/HibernateUtil.java: /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dao/HibernateUtil.java uses or overrides a deprecated API.\r\n[INFO] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dao/HibernateUtil.java: Recompile with -Xlint:deprecation for details.\r\n[INFO] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dao/PlantHbmDAO.java: Some input files use unchecked or unsafe operations.\r\n[INFO] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dao/PlantHbmDAO.java: Recompile with -Xlint:unchecked for details.\r\n[INFO] -------------------------------------------------------------\r\n[ERROR] COMPILATION ERROR : \r\n[INFO] -------------------------------------------------------------\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dto/Specimen.java:[3,24] package javax.faces.bean does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dto/Plant.java:[6,24] package javax.faces.bean does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dto/Plant.java:[13,2] cannot find symbol\r\n  symbol: class ManagedBean\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[7,24] cannot find symbol\r\n  symbol:   class ManagedBean\r\n  location: package javax.annotation\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[8,31] package javax.faces.application does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[9,27] package javax.faces.context does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[23,2] cannot find symbol\r\n  symbol: class ManagedBean\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[3,24] cannot find symbol\r\n  symbol:   class ManagedBean\r\n  location: package javax.annotation\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[4,31] package javax.faces.application does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[5,27] package javax.faces.context does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[16,2] cannot find symbol\r\n  symbol: class ManagedBean\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SearchPlants.java:[7,24] cannot find symbol\r\n  symbol:   class ManagedBean\r\n  location: package javax.annotation\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SearchPlants.java:[8,27] package javax.faces.context does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SearchPlants.java:[19,2] cannot find symbol\r\n  symbol: class ManagedBean\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/PlantJSONServlet.java:[7,24] cannot find symbol\r\n  symbol:   class ManagedBean\r\n  location: package javax.annotation\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/ApplicationInfo.java:[3,24] package javax.faces.bean does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/ApplicationInfo.java:[9,2] cannot find symbol\r\n  symbol: class ManagedBean\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dao/FileDAO.java:[11,46] package org.apache.tomcat.util.http.fileupload does not exist\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[81,46] cannot access javax.faces.event.AjaxBehaviorEvent\r\n  class file for javax.faces.event.AjaxBehaviorEvent not found\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[90,25] cannot find symbol\r\n  symbol:   variable FacesContext\r\n  location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[110,13] cannot find symbol\r\n  symbol:   class FacesMessage\r\n  location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[110,40] cannot find symbol\r\n  symbol:   class FacesMessage\r\n  location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[111,13] cannot find symbol\r\n  symbol:   variable FacesContext\r\n  location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[121,21] cannot find symbol\r\n  symbol:   class FacesMessage\r\n  location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[121,48] cannot find symbol\r\n  symbol:   class FacesMessage\r\n  location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[122,21] cannot find symbol\r\n  symbol:   variable FacesContext\r\n  location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[126,21] cannot find symbol\r\n  symbol:   class FacesMessage\r\n  location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[126,48] cannot find symbol\r\n  symbol:   class FacesMessage\r\n  location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SpecimenVO.java:[127,21] cannot find symbol\r\n  symbol:   variable FacesContext\r\n  location: class com.plantplaces.ui.SpecimenVO\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[35,17] cannot find symbol\r\n  symbol:   class FacesContext\r\n  location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[35,48] cannot find symbol\r\n  symbol:   variable FacesContext\r\n  location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[43,25] cannot find symbol\r\n  symbol:   class FacesMessage\r\n  location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[43,47] cannot find symbol\r\n  symbol:   class FacesMessage\r\n  location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[43,60] cannot find symbol\r\n  symbol:   variable FacesMessage\r\n  location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[54,25] cannot find symbol\r\n  symbol:   class FacesMessage\r\n  location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[54,47] cannot find symbol\r\n  symbol:   class FacesMessage\r\n  location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/AddPlant.java:[54,60] cannot find symbol\r\n  symbol:   variable FacesMessage\r\n  location: class com.plantplaces.ui.AddPlant\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/ui/SearchPlants.java:[88,25] cannot find symbol\r\n  symbol:   variable FacesContext\r\n  location: class com.plantplaces.ui.SearchPlants\r\n[ERROR] /home/uwehartwig/Work/github-extern/JavaFullStackEnterpriseWeb/PlantPlaces/src/com/plantplaces/dao/FileDAO.java:[30,17] cannot find symbol\r\n  symbol:   variable IOUtils\r\n  location: class com.plantplaces.dao.FileDAO\r\n[INFO] 39 errors \r\n\r\n```\r\n\r\nLooks like there are some Dependencies missing in the POM-File?\r\n\r\n","author":{"url":"https://github.com/M3ssman","@type":"Person","name":"M3ssman"},"datePublished":"2019-03-06T19:07:43.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/2/JavaFullStackEnterpriseWeb/issues/2"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6c4a9358-e470-a3c8-d93c-90951eed527f
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBC00:62128:2C737B:3AFFE5:698E4FBA
html-safe-nonce59de38d2fa1cde5fb4ceb46e1ba00e6b2b60c79fbbd765758b5bc25d91854445
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCQzAwOjYyMTI4OjJDNzM3QjozQUZGRTU6Njk4RTRGQkEiLCJ2aXNpdG9yX2lkIjoiNjY5NDI2NTYxNzA2OTc4OTExNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac29bb4b346082e89ad59919d0c76e108c62f589a123c3e5fbbdfdf26a5fb64e67
hovercard-subject-tagissue:417962417
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/discospiff/JavaFullStackEnterpriseWeb/2/issue_layout
twitter:imagehttps://opengraph.githubassets.com/e81933f2cb02825f4bfbb437b1e0d33d79280ec5730f201d620f26bd9d19c6f5/discospiff/JavaFullStackEnterpriseWeb/issues/2
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e81933f2cb02825f4bfbb437b1e0d33d79280ec5730f201d620f26bd9d19c6f5/discospiff/JavaFullStackEnterpriseWeb/issues/2
og:image:altHello, when I cloned the Repository and run mvn clean package, the Maven Process fails at compilation stage with nearly 40 Errors [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ Pl...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameM3ssman
hostnamegithub.com
expected-hostnamegithub.com
None0e08b85f0035d49bc4c22868f70a4d30fb8c2a777936895c37e78df095242ddc
turbo-cache-controlno-preview
go-importgithub.com/discospiff/JavaFullStackEnterpriseWeb git https://github.com/discospiff/JavaFullStackEnterpriseWeb.git
octolytics-dimension-user_id2224876
octolytics-dimension-user_logindiscospiff
octolytics-dimension-repository_id46246506
octolytics-dimension-repository_nwodiscospiff/JavaFullStackEnterpriseWeb
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id46246506
octolytics-dimension-repository_network_root_nwodiscospiff/JavaFullStackEnterpriseWeb
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseab1cf30f0feb8db377fc0d52bc41f0105f9b4181
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/issues/2#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdiscospiff%2FJavaFullStackEnterpriseWeb%2Fissues%2F2
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdiscospiff%2FJavaFullStackEnterpriseWeb%2Fissues%2F2
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=discospiff%2FJavaFullStackEnterpriseWeb
Reloadhttps://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/issues/2
Reloadhttps://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/issues/2
Reloadhttps://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/issues/2
discospiff https://patch-diff.githubusercontent.com/discospiff
JavaFullStackEnterpriseWebhttps://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fdiscospiff%2FJavaFullStackEnterpriseWeb
Fork 101 https://patch-diff.githubusercontent.com/login?return_to=%2Fdiscospiff%2FJavaFullStackEnterpriseWeb
Star 72 https://patch-diff.githubusercontent.com/login?return_to=%2Fdiscospiff%2FJavaFullStackEnterpriseWeb
Code https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb
Issues 2 https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/issues
Pull requests 1 https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/pulls
Actions https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/actions
Projects 0 https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/projects
Wiki https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/wiki
Security 0 https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/security
Insights https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/pulse
Code https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb
Issues https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/issues
Pull requests https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/pulls
Actions https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/actions
Projects https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/projects
Wiki https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/wiki
Security https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/security
Insights https://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/discospiff/JavaFullStackEnterpriseWeb/issues/2
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/discospiff/JavaFullStackEnterpriseWeb/issues/2
Project Compilation Failurehttps://patch-diff.githubusercontent.com/discospiff/JavaFullStackEnterpriseWeb/issues/2#top
https://github.com/M3ssman
https://github.com/M3ssman
M3ssmanhttps://github.com/M3ssman
on Mar 6, 2019https://github.com/discospiff/JavaFullStackEnterpriseWeb/issues/2#issue-417962417
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.