Skip to content

Commit

Permalink
First spring demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav Agrawal committed Oct 9, 2018
0 parents commit 8778985
Show file tree
Hide file tree
Showing 51 changed files with 5,030 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/target/
!.mvn/wrapper/maven-wrapper.jar

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/build/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
Empty file added .metadata/.lock
Empty file.
78 changes: 78 additions & 0 deletions .metadata/.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
!SESSION 2018-10-08 14:24:14.408 -----------------------------------------------
eclipse.buildId=4.4.0.I20140606-1215
java.version=1.8.0_25
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: vm C:\Program Files\Java\jdk1.6.0_45\bin/javaw.exe -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 vm C:\Program Files\Java\jdk1.6.0_45\bin/javaw.exe -product org.eclipse.epp.package.jee.product

!ENTRY org.eclipse.emf.ecore 2 0 2018-10-08 14:24:48.888
!MESSAGE Both 'org.eclipse.e4.tools.css.editor.ui' and 'org.eclipse.papyrus.infra.gmfdiag.css.xtext.ui' register an extension parser for 'css'

!ENTRY org.eclipse.mylyn.tasks.core 1 0 2018-10-08 14:25:42.798
!MESSAGE Migrating task repository credentials from keyring.

!ENTRY org.eclipse.egit.ui 2 0 2018-10-08 14:25:45.087
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\vaibhavag'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY tern.eclipse.ide.ui 4 0 2018-10-08 14:26:25.537
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Exception in tern.eclipse.ide.ui.TernUIPlugin.stop() of bundle tern.eclipse.ide.ui.
at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:847)
at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:950)
at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:324)
at org.eclipse.osgi.container.Module.doStop(Module.java:626)
at org.eclipse.osgi.container.Module.stop(Module.java:488)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1623)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1542)
at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:248)
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:145)
at org.eclipse.osgi.container.Module.doStop(Module.java:626)
at org.eclipse.osgi.container.Module.stop(Module.java:488)
at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:186)
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:160)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ExceptionInInitializerError
at tern.eclipse.ide.ui.TernUIPlugin.getTernDescriptorManager(TernUIPlugin.java:127)
at tern.eclipse.ide.ui.TernUIPlugin.stop(TernUIPlugin.java:85)
at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:827)
at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:820)
... 13 more
Caused by: java.lang.NullPointerException
at tern.eclipse.ide.internal.ui.descriptors.TernDescriptorManager.getTempDir(TernDescriptorManager.java:237)
at tern.eclipse.ide.internal.ui.descriptors.TernDescriptorManager.<init>(TernDescriptorManager.java:72)
at tern.eclipse.ide.internal.ui.descriptors.TernDescriptorManager.<clinit>(TernDescriptorManager.java:52)
... 19 more
Root exception:
java.lang.ExceptionInInitializerError
at tern.eclipse.ide.ui.TernUIPlugin.getTernDescriptorManager(TernUIPlugin.java:127)
at tern.eclipse.ide.ui.TernUIPlugin.stop(TernUIPlugin.java:85)
at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:827)
at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:820)
at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:950)
at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:324)
at org.eclipse.osgi.container.Module.doStop(Module.java:626)
at org.eclipse.osgi.container.Module.stop(Module.java:488)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1623)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1542)
at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:248)
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:145)
at org.eclipse.osgi.container.Module.doStop(Module.java:626)
at org.eclipse.osgi.container.Module.stop(Module.java:488)
at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:186)
at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:160)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at tern.eclipse.ide.internal.ui.descriptors.TernDescriptorManager.getTempDir(TernDescriptorManager.java:237)
at tern.eclipse.ide.internal.ui.descriptors.TernDescriptorManager.<init>(TernDescriptorManager.java:72)
at tern.eclipse.ide.internal.ui.descriptors.TernDescriptorManager.<clinit>(TernDescriptorManager.java:52)
... 19 more
Binary file added .metadata/.mylyn/repositories.xml.zip
Binary file not shown.
1 change: 1 addition & 0 deletions .metadata/.plugins/org.eclipse.cdt.core/.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*** SESSION Oct 08, 2018 14:25:29.32 -------------------------------------------
1 change: 1 addition & 0 deletions .metadata/.plugins/org.eclipse.cdt.make.core/specs.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions .metadata/.plugins/org.eclipse.cdt.make.core/specs.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#GitProjectData
#Mon Oct 08 14:25:49 IST 2018
.gitdir=../.git
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 8778985

Please sign in to comment.