├── .gitignore
├── .metadata
├── .lock
├── .log
├── .mylyn
│ └── repositories.xml.zip
├── .plugins
│ ├── org.eclipse.core.resources
│ │ ├── .root
│ │ │ ├── .indexes
│ │ │ │ ├── history.version
│ │ │ │ ├── properties.index
│ │ │ │ └── properties.version
│ │ │ └── 1.tree
│ │ └── .safetable
│ │ │ └── org.eclipse.core.resources
│ ├── org.eclipse.e4.workbench
│ │ └── workbench.xmi
│ ├── org.eclipse.epp.logging.aeri.ide
│ │ └── com.genuitec.eclipse.aeri.server1
│ │ │ ├── http-cache.lucene60
│ │ │ ├── segments_1
│ │ │ └── write.lock
│ │ │ ├── local-history.lucene60
│ │ │ ├── _0.cfe
│ │ │ ├── _0.cfs
│ │ │ ├── _0.si
│ │ │ ├── segments_1
│ │ │ └── write.lock
│ │ │ └── server-config.json
│ ├── org.eclipse.jdt.core
│ │ ├── assumedExternalFilesCache
│ │ ├── externalFilesCache
│ │ ├── index.db
│ │ ├── javaLikeNames.txt
│ │ ├── nonChainingJarsCache
│ │ └── variablesAndContainers.dat
│ ├── org.eclipse.jdt.ui
│ │ ├── OpenTypeHistory.xml
│ │ ├── QualifiedTypeNameHistory.xml
│ │ └── dialog_settings.xml
│ ├── org.eclipse.m2e.core
│ │ ├── nexus
│ │ │ ├── 05b0fe8524860bd73cbb07ef30fb34cc
│ │ │ │ ├── _0.cfs
│ │ │ │ ├── segments.gen
│ │ │ │ ├── segments_2
│ │ │ │ └── write.lock
│ │ │ ├── 524abec12001e0d138ee468a3c5739cf
│ │ │ │ ├── _0.cfs
│ │ │ │ ├── segments.gen
│ │ │ │ ├── segments_2
│ │ │ │ └── write.lock
│ │ │ └── 830bc118332e77292949ed1e6d2fabe0
│ │ │ │ ├── _0.cfs
│ │ │ │ ├── segments.gen
│ │ │ │ ├── segments_2
│ │ │ │ └── write.lock
│ │ └── workspaceState.ser
│ ├── org.eclipse.m2e.logback.configuration
│ │ └── logback.1.8.2.20171007-0217.xml
│ ├── org.eclipse.mylyn.github.ui
│ │ └── avatars.ser
│ ├── org.eclipse.oomph.setup
│ │ └── workspace.setup
│ ├── org.eclipse.pde.core
│ │ └── .cache
│ │ │ └── clean-cache.properties
│ ├── org.eclipse.rse.core
│ │ ├── .log
│ │ ├── initializerMarks
│ │ │ └── org.eclipse.rse.internal.core.RSELocalConnectionInitializer.mark
│ │ └── profiles
│ │ │ └── PRF.vacsal52848_2016
│ │ │ ├── FP.local.files_0
│ │ │ └── node.properties
│ │ │ ├── H.local_16
│ │ │ └── node.properties
│ │ │ └── node.properties
│ ├── org.eclipse.rse.ui
│ │ └── .log
│ ├── org.eclipse.ui.ide
│ │ └── dialog_settings.xml
│ ├── org.eclipse.ui.workbench
│ │ └── dialog_settings.xml
│ ├── org.eclipse.ui
│ │ └── dialog_settings.xml
│ ├── org.springframework.ide.eclipse.aop.core
│ │ └── .state
│ ├── org.springframework.ide.eclipse.beans.core.metadata
│ │ ├── metadata
│ │ │ └── .state
│ │ └── properties
│ │ │ └── .state
│ ├── org.springsource.ide.eclipse.commons.gettingstarted
│ │ └── dashboard
│ │ │ └── 1522593921848
│ │ │ ├── common
│ │ │ ├── bootstrap-datetimepicker
│ │ │ │ └── js
│ │ │ │ │ └── bootstrap-datetimepicker.min.js
│ │ │ ├── bootstrap
│ │ │ │ ├── css
│ │ │ │ │ ├── bootstrap.css
│ │ │ │ │ └── bootstrap.min.js
│ │ │ │ └── js
│ │ │ │ │ ├── bootstrap-datetimepicker
│ │ │ │ │ └── js
│ │ │ │ │ │ └── bootstrap-datetimepicker.min.js
│ │ │ │ │ └── bootstrap.min.js
│ │ │ ├── css
│ │ │ │ ├── application.css
│ │ │ │ ├── blog.css
│ │ │ │ ├── buttons.css
│ │ │ │ ├── dashboard.css
│ │ │ │ ├── docs.css
│ │ │ │ ├── flexbox.css
│ │ │ │ ├── font-awesome.css
│ │ │ │ ├── fontcustom.css
│ │ │ │ ├── highlight.css
│ │ │ │ ├── homepage.css
│ │ │ │ ├── icons.css
│ │ │ │ ├── main.css
│ │ │ │ ├── markdown-content.css
│ │ │ │ ├── panes.css
│ │ │ │ ├── projects.css
│ │ │ │ ├── responsive.css
│ │ │ │ ├── tools.css
│ │ │ │ └── typography.css
│ │ │ ├── font-awesome
│ │ │ │ └── css
│ │ │ │ │ └── font-awesome.css
│ │ │ ├── font-custom
│ │ │ │ └── fontcustom.woff
│ │ │ ├── img
│ │ │ │ ├── blog.png
│ │ │ │ ├── blog_32.png
│ │ │ │ ├── bug_32.png
│ │ │ │ ├── comparison_32.png
│ │ │ │ ├── compass.png
│ │ │ │ ├── compass_32.png
│ │ │ │ ├── extension.png
│ │ │ │ ├── extension_32.png
│ │ │ │ ├── favicon.png
│ │ │ │ ├── forum.png
│ │ │ │ ├── forum_32.png
│ │ │ │ ├── guides.png
│ │ │ │ ├── guides_32.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── logo_bigleaf.png
│ │ │ │ ├── logo_spring.png
│ │ │ │ ├── logo_sts.png
│ │ │ │ ├── new_32.png
│ │ │ │ ├── overlay-incoming.png
│ │ │ │ ├── question.png
│ │ │ │ ├── spring-logo.png
│ │ │ │ ├── springdocs.png
│ │ │ │ └── springdocs_32.png
│ │ │ └── js
│ │ │ │ ├── application.js
│ │ │ │ ├── filter.js
│ │ │ │ ├── guide.js
│ │ │ │ ├── jquery.js
│ │ │ │ └── modernizer.flexbox.js
│ │ │ └── index.html
│ └── org.springsource.ide.eclipse.dashboard.ui
│ │ └── feeds
│ │ ├── dashboard.feeds.blogs
│ │ └── -549550714.xml
│ │ └── dashboard.feeds.update
│ │ └── 623127801.xml
└── version.ini
├── .mvn
└── wrapper
│ ├── maven-wrapper.jar
│ └── maven-wrapper.properties
├── README.md
├── mvnw
├── mvnw.cmd
├── pom.xml
└── src
├── main
├── java
│ └── com
│ │ └── appsdeveloperblog
│ │ └── app
│ │ └── ws
│ │ ├── MobileAppWsApplication.java
│ │ ├── SpringApplicationContext.java
│ │ ├── SwaggerConfig.java
│ │ ├── WebConfig.java
│ │ ├── exceptions
│ │ ├── AppExceptionsHandler.java
│ │ └── UserServiceException.java
│ │ ├── io
│ │ ├── entity
│ │ │ ├── AddressEntity.java
│ │ │ ├── PasswordResetTokenEntity.java
│ │ │ └── UserEntity.java
│ │ └── repository
│ │ │ ├── AddressRepository.java
│ │ │ ├── PasswordResetTokenRepository.java
│ │ │ └── UserRepository.java
│ │ ├── security
│ │ ├── AppProperties.java
│ │ ├── AuthenticationFilter.java
│ │ ├── AuthorizationFilter.java
│ │ ├── SecurityConstants.java
│ │ └── WebSecurity.java
│ │ ├── service
│ │ ├── AddressService.java
│ │ ├── UserService.java
│ │ └── impl
│ │ │ ├── AddressServiceImpl.java
│ │ │ └── UserServiceImpl.java
│ │ ├── shared
│ │ ├── AmazonSES.java
│ │ ├── Utils.java
│ │ └── dto
│ │ │ ├── AddressDTO.java
│ │ │ └── UserDto.java
│ │ └── ui
│ │ ├── contoller
│ │ ├── AuthenticationController.java
│ │ ├── RequestOperationName.java
│ │ └── UserController.java
│ │ └── model
│ │ ├── request
│ │ ├── AddressRequestModel.java
│ │ ├── LoginRequestModel.java
│ │ ├── PasswordResetModel.java
│ │ ├── PasswordResetRequestModel.java
│ │ ├── UserDetailsRequestModel.java
│ │ └── UserLoginRequestModel.java
│ │ └── response
│ │ ├── AddressesRest.java
│ │ ├── ErrorMessage.java
│ │ ├── ErrorMessages.java
│ │ ├── OperationStatusModel.java
│ │ ├── RequestOperationStatus.java
│ │ └── UserRest.java
├── resources
│ └── application.properties
└── webapp
│ └── META-INF
│ └── context.xml
└── test
└── java
└── com
└── appsdeveloperblog
└── app
└── ws
├── MobileAppWsApplicationTests.java
├── io
└── repository
│ └── UserRepositoryTest.java
├── service
└── impl
│ └── UserServiceImplTest.java
├── shared
└── UtilsTest.java
└── ui
└── controller
└── UserControllerTest.java
/.gitignore:
--------------------------------------------------------------------------------
1 | target/
2 | !.mvn/wrapper/maven-wrapper.jar
3 |
4 | ### STS ###
5 | .apt_generated
6 | .classpath
7 | .factorypath
8 | .project
9 | .settings
10 | .springBeans
11 | .sts4-cache
12 |
13 | ### IntelliJ IDEA ###
14 | .idea
15 | *.iws
16 | *.iml
17 | *.ipr
18 |
19 | ### NetBeans ###
20 | nbproject/private/
21 | build/
22 | nbbuild/
23 | dist/
24 | nbdist/
25 | .nb-gradle/
--------------------------------------------------------------------------------
/.metadata/.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.lock
--------------------------------------------------------------------------------
/.metadata/.log:
--------------------------------------------------------------------------------
1 | !SESSION 2018-04-01 07:44:57.229 -----------------------------------------------
2 | eclipse.buildId=3.9.2.201712210947-RELEASE-e47
3 | java.version=1.8.0_162
4 | java.vendor=Oracle Corporation
5 | BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_CA
6 | Framework arguments: -product org.springsource.sts.ide -keyring /Users/skargopolov/.eclipse_keyring
7 | Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.springsource.sts.ide -keyring /Users/skargopolov/.eclipse_keyring
8 |
9 | !ENTRY org.eclipse.ui 2 0 2018-04-01 07:45:16.032
10 | !MESSAGE Warnings while parsing the images from the 'org.eclipse.ui.commandImages' extension point.
11 | !SUBENTRY 1 org.eclipse.ui 2 0 2018-04-01 07:45:16.032
12 | !MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.lsp4e', id='org.eclipse.lsp4e.togglehighlight'
13 |
14 | !ENTRY org.eclipse.jface 2 0 2018-04-01 07:45:17.835
15 | !MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
16 | !SUBENTRY 1 org.eclipse.jface 2 0 2018-04-01 07:45:17.835
17 | !MESSAGE A conflict occurred for COMMAND+SHIFT+T:
18 | Binding(COMMAND+SHIFT+T,
19 | ParameterizedCommand(Command(org.eclipse.jdt.ui.navigate.open.type,Open Type,
20 | Open a type in a Java editor,
21 | Category(org.eclipse.ui.category.navigate,Navigate,null,true),
22 | org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@8961e55,
23 | ,,true),null),
24 | org.eclipse.ui.defaultAcceleratorConfiguration,
25 | org.eclipse.ui.contexts.window,,,system)
26 | Binding(COMMAND+SHIFT+T,
27 | ParameterizedCommand(Command(org.eclipse.lsp4e.symbolinworkspace,Go to Symbol in Workspace,
28 | ,
29 | Category(org.eclipse.lsp4e.category,Language Servers,null,true),
30 | org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@67eabe02,
31 | ,,true),null),
32 | org.eclipse.ui.defaultAcceleratorConfiguration,
33 | org.eclipse.ui.contexts.window,,,system)
34 |
35 | !ENTRY org.eclipse.ui 2 2 2018-04-01 07:45:18.977
36 | !MESSAGE org.eclipse.jdt.junit.ResultView: Deprecated relationship "fast" should be converted to "stack".
37 |
38 | !ENTRY org.eclipse.ui 2 2 2018-04-01 07:45:18.986
39 | !MESSAGE org.springframework.ide.eclipse.aop.ui.navigator.aopReferenceModelNavigator: Deprecated relationship "fast" should be converted to "stack".
40 |
41 | !ENTRY org.eclipse.ui 2 2 2018-04-01 07:45:18.986
42 | !MESSAGE org.eclipse.contribution.xref.ui.views.XReferenceView: Deprecated relationship "fast" should be converted to "stack".
43 |
44 | !ENTRY org.eclipse.jface.text 2 0 2018-04-01 07:45:19.840
45 | !MESSAGE Duplicate template id: 'org.eclipse.wst.xslt.templates.xpath.number'
46 |
47 | !ENTRY org.eclipse.jface.text 2 0 2018-04-01 07:45:19.846
48 | !MESSAGE Duplicate template id: 'org.eclipse.wst.xslt.templates.xpath.round'
49 |
50 | !ENTRY org.springsource.ide.eclipse.commons.browser 4 0 2018-04-01 07:45:23.169
51 | !MESSAGE Could not call browser function extension: addHtml
52 | !STACK 0
53 | org.eclipse.core.commands.ExecutionException: Problems executing script: 'window.addHtml("gettingStarted", "Import Getting Started Guide\nImport Reference App\n")'
54 | at org.springsource.ide.eclipse.commons.browser.swt.StsBrowserManager.lambda$0(StsBrowserManager.java:147)
55 | at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:37)
56 | at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
57 | at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4034)
58 | at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3701)
59 | at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
60 | at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
61 | at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039)
62 | at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
63 | at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
64 | at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
65 | at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
66 | at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
67 | at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:151)
68 | at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
69 | at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
70 | at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
71 | at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
72 | at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
73 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
74 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
75 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
76 | at java.lang.reflect.Method.invoke(Method.java:498)
77 | at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
78 | at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
79 | at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
80 |
81 | !ENTRY org.eclipse.epp.logging.aeri.ide 2 17 2018-04-01 07:45:31.687
82 | !MESSAGE Server ‘org.eclipse.epp.logging.aeri.ide.server’ failed with exception: Read timed out. ; version: 2.0.6.v20170906-1226
83 | !STACK 0
84 | java.net.SocketTimeoutException: Read timed out
85 | at java.net.SocketInputStream.socketRead0(Native Method)
86 | at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
87 | at java.net.SocketInputStream.read(SocketInputStream.java:171)
88 | at java.net.SocketInputStream.read(SocketInputStream.java:141)
89 | at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
90 | at sun.security.ssl.InputRecord.read(InputRecord.java:503)
91 | at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
92 | at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
93 | at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
94 | at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
95 | at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
96 | at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
97 | at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
98 | at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
99 | at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
100 | at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
101 | at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
102 | at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
103 | at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
104 | at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
105 | at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
106 | at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
107 | at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
108 | at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
109 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
110 | at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
111 | at org.apache.http.client.fluent.Request.internalExecute(Request.java:173)
112 | at org.apache.http.client.fluent.Executor.execute(Executor.java:262)
113 | at org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.request(IO.java:170)
114 | at org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.refreshConfiguration(IO.java:64)
115 | at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:124)
116 | at com.google.common.util.concurrent.AbstractIdleService$DelegateService$1.run(AbstractIdleService.java:62)
117 | at com.google.common.util.concurrent.Callables$4.run(Callables.java:122)
118 | at java.lang.Thread.run(Thread.java:748)
119 |
--------------------------------------------------------------------------------
/.metadata/.mylyn/repositories.xml.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.mylyn/repositories.xml.zip
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index:
--------------------------------------------------------------------------------
1 | / org.eclipse.core.resources contentCacheState 1 contentCacheTimestamp
1512696465438 org.eclipse.jdt.core stateVersionNumber 30
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.root/1.tree:
--------------------------------------------------------------------------------
1 | org.eclipse.jdt.core
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/http-cache.lucene60/segments_1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/http-cache.lucene60/segments_1
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/http-cache.lucene60/write.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/http-cache.lucene60/write.lock
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/local-history.lucene60/_0.cfe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/local-history.lucene60/_0.cfe
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/local-history.lucene60/_0.cfs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/local-history.lucene60/_0.cfs
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/local-history.lucene60/_0.si:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/local-history.lucene60/_0.si
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/local-history.lucene60/segments_1:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/local-history.lucene60/segments_1
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/local-history.lucene60/write.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/local-history.lucene60/write.lock
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/com.genuitec.eclipse.aeri.server1/server-config.json:
--------------------------------------------------------------------------------
1 | {
2 | "version": "v1",
3 | "title": "Spring IDE",
4 | "timestamp": 1522593922148,
5 | "ttl": 10080,
6 | "helpUrl": "https://aer.ctrlflow.com/spring-ide/help",
7 | "feedbackUrl": "https://www.codetrails.com/error-analytics/",
8 | "aboutUrl": "https://www.codetrails.com/error-analytics/",
9 | "submitUrl": "https://aer.ctrlflow.com/spring-ide/community/new",
10 | "maxReportSize": 524288,
11 | "problemsUrl": "https://aer.ctrlflow.com/downloads/spring-ide/problems.zip",
12 | "problemsTtl": 20160,
13 | "interestUrl": "https://aer.ctrlflow.com/spring-ide/community/interest",
14 | "connectTimeout": 5,
15 | "socketTimeout": 10,
16 | "acceptedProducts": [
17 | "*"
18 | ],
19 | "acceptedPlugins": [
20 | "*"
21 | ],
22 | "acceptedPackages": [
23 | "ch.qos.*",
24 | "com.sun.*",
25 | "java.*",
26 | "javafx.*",
27 | "javax.*",
28 | "org.apache.*",
29 | "org.eclipse.*",
30 | "org.osgi.*",
31 | "org.slf4j.*",
32 | "org.springframework.*",
33 | "sun.*"
34 | ],
35 | "requiredPackages": [
36 | "org.springframework.*"
37 | ],
38 | "acceptOtherPackages": true,
39 | "acceptUiFreezes": true,
40 | "ignoredStatuses": [
41 | ":java.net.*:"
42 | ],
43 | "problemsZipLastDownloadTimestamp": 0
44 | }
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/index.db:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.jdt.core/index.db
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txt:
--------------------------------------------------------------------------------
1 | aj
2 | java
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat:
--------------------------------------------------------------------------------
1 | JRE_LIB JRE_SRC
ASPECTJRT_LIB JRE_SRCROOT
2 | JUNIT_HOME ECLIPSE_HOME M2_REPO JUNIT_SRC_HOME
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
13 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_0.cfs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_0.cfs
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments.gen:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments.gen
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments_2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments_2
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/write.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/write.lock
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.m2e.core/nexus/524abec12001e0d138ee468a3c5739cf/_0.cfs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.m2e.core/nexus/524abec12001e0d138ee468a3c5739cf/_0.cfs
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.m2e.core/nexus/524abec12001e0d138ee468a3c5739cf/segments.gen:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.m2e.core/nexus/524abec12001e0d138ee468a3c5739cf/segments.gen
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.m2e.core/nexus/524abec12001e0d138ee468a3c5739cf/segments_2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.m2e.core/nexus/524abec12001e0d138ee468a3c5739cf/segments_2
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.m2e.core/nexus/524abec12001e0d138ee468a3c5739cf/write.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.m2e.core/nexus/524abec12001e0d138ee468a3c5739cf/write.lock
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_0.cfs:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_0.cfs
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments.gen:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments.gen
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments_2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments_2
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/write.lock:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/write.lock
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.8.2.20171007-0217.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | %date [%thread] %-5level %logger{35} - %msg%n
5 |
6 |
7 | OFF
8 |
9 |
10 |
11 |
12 | ${org.eclipse.m2e.log.dir}/0.log
13 |
14 | ${org.eclipse.m2e.log.dir}/%i.log
15 | 1
16 | 10
17 |
18 |
19 | 100MB
20 |
21 |
22 | %date [%thread] %-5level %logger{35} - %msg%n
23 |
24 |
25 |
26 |
27 |
28 | WARN
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.mylyn.github.ui/avatars.ser:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.mylyn.github.ui/avatars.ser
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup:
--------------------------------------------------------------------------------
1 |
2 |
7 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.pde.core/.cache/clean-cache.properties:
--------------------------------------------------------------------------------
1 | #Cached timestamps
2 | #Sun Apr 01 07:47:45 PDT 2018
3 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.rse.core/.log:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.rse.core/.log
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.rse.core/initializerMarks/org.eclipse.rse.internal.core.RSELocalConnectionInitializer.mark:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.rse.core/initializerMarks/org.eclipse.rse.internal.core.RSELocalConnectionInitializer.mark
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.rse.core/profiles/PRF.vacsal52848_2016/FP.local.files_0/node.properties:
--------------------------------------------------------------------------------
1 | # RSE DOM Node
2 | 00-name=VACSAL52848\:local.files
3 | 01-type=FilterPool
4 | 03-attr.default=true
5 | 03-attr.deletable=true
6 | 03-attr.id=local.files
7 | 03-attr.nonRenamable=false
8 | 03-attr.owningParentName=null
9 | 03-attr.release=200
10 | 03-attr.singleFilterStringOnly=false
11 | 03-attr.singleFilterStringOnlyESet=false
12 | 03-attr.stringsCaseSensitive=true
13 | 03-attr.supportsDuplicateFilterStrings=false
14 | 03-attr.supportsNestedFilters=true
15 | 03-attr.type=default
16 | 06-child.00000.00-name=My Home
17 | 06-child.00000.01-type=Filter
18 | 06-child.00000.03-attr.default=false
19 | 06-child.00000.03-attr.filterType=default
20 | 06-child.00000.03-attr.id=My Home
21 | 06-child.00000.03-attr.nonChangable=false
22 | 06-child.00000.03-attr.nonDeletable=false
23 | 06-child.00000.03-attr.nonRenamable=false
24 | 06-child.00000.03-attr.promptable=false
25 | 06-child.00000.03-attr.relativeOrder=0
26 | 06-child.00000.03-attr.release=200
27 | 06-child.00000.03-attr.singleFilterStringOnly=false
28 | 06-child.00000.03-attr.stringsCaseSensitive=true
29 | 06-child.00000.03-attr.stringsNonChangable=false
30 | 06-child.00000.03-attr.supportsDuplicateFilterStrings=false
31 | 06-child.00000.03-attr.supportsNestedFilters=true
32 | 06-child.00000.06-child.00000.00-name=/Users/skargopolov/*
33 | 06-child.00000.06-child.00000.01-type=FilterString
34 | 06-child.00000.06-child.00000.03-attr.default=false
35 | 06-child.00000.06-child.00000.03-attr.string=/Users/skargopolov/*
36 | 06-child.00000.06-child.00000.03-attr.type=default
37 | 06-child.00001.00-name=Root
38 | 06-child.00001.01-type=Filter
39 | 06-child.00001.03-attr.default=false
40 | 06-child.00001.03-attr.filterType=default
41 | 06-child.00001.03-attr.id=Root
42 | 06-child.00001.03-attr.nonChangable=false
43 | 06-child.00001.03-attr.nonDeletable=false
44 | 06-child.00001.03-attr.nonRenamable=false
45 | 06-child.00001.03-attr.promptable=false
46 | 06-child.00001.03-attr.relativeOrder=0
47 | 06-child.00001.03-attr.release=200
48 | 06-child.00001.03-attr.singleFilterStringOnly=false
49 | 06-child.00001.03-attr.stringsCaseSensitive=true
50 | 06-child.00001.03-attr.stringsNonChangable=false
51 | 06-child.00001.03-attr.supportsDuplicateFilterStrings=false
52 | 06-child.00001.03-attr.supportsNestedFilters=true
53 | 06-child.00001.06-child.00000.00-name=/*
54 | 06-child.00001.06-child.00000.01-type=FilterString
55 | 06-child.00001.06-child.00000.03-attr.default=false
56 | 06-child.00001.06-child.00000.03-attr.string=/*
57 | 06-child.00001.06-child.00000.03-attr.type=default
58 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.rse.core/profiles/PRF.vacsal52848_2016/H.local_16/node.properties:
--------------------------------------------------------------------------------
1 | # RSE DOM Node
2 | 00-name=Local
3 | 01-type=Host
4 | 03-attr.description=
5 | 03-attr.hostname=LOCALHOST
6 | 03-attr.offline=false
7 | 03-attr.promptable=false
8 | 03-attr.systemType=org.eclipse.rse.systemtype.local
9 | 03-attr.type=Local
10 | 06-child.00000.00-name=Local Connector Service
11 | 06-child.00000.01-type=ConnectorService
12 | 06-child.00000.03-attr.group=Local Connector Service
13 | 06-child.00000.03-attr.port=0
14 | 06-child.00000.03-attr.useSSL=false
15 | 06-child.00000.06-child.00000.00-name=Local Files
16 | 06-child.00000.06-child.00000.01-type=SubSystem
17 | 06-child.00000.06-child.00000.03-attr.hidden=false
18 | 06-child.00000.06-child.00000.03-attr.type=local.files
19 | 06-child.00000.06-child.00000.06-child.00000.00-name=VACSAL52848___VACSAL52848\:local.files
20 | 06-child.00000.06-child.00000.06-child.00000.01-type=FilterPoolReference
21 | 06-child.00000.06-child.00000.06-child.00000.03-attr.refID=local.files
22 | 06-child.00000.06-child.00001.00-name=Local Shells
23 | 06-child.00000.06-child.00001.01-type=SubSystem
24 | 06-child.00000.06-child.00001.03-attr.hidden=false
25 | 06-child.00000.06-child.00001.03-attr.type=local.shells
26 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.rse.core/profiles/PRF.vacsal52848_2016/node.properties:
--------------------------------------------------------------------------------
1 | # RSE DOM Node
2 | 00-name=VACSAL52848
3 | 01-type=Profile
4 | 03-attr.defaultPrivate=true
5 | 03-attr.isActive=true
6 | 05-ref.00000=FP.local.files_0
7 | 05-ref.00001=H.local_16
8 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.rse.ui/.log:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.eclipse.rse.ui/.log
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
8 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.eclipse.ui/dialog_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
4 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springframework.ide.eclipse.aop.core/.state:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springframework.ide.eclipse.beans.core.metadata/metadata/.state:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.springframework.ide.eclipse.beans.core.metadata/metadata/.state
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springframework.ide.eclipse.beans.core.metadata/properties/.state:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/simplyi/springmvc-ws/61338287871b7d6bc65524631d11906a8fd1aa5d/.metadata/.plugins/org.springframework.ide.eclipse.beans.core.metadata/properties/.state
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/css/application.css:
--------------------------------------------------------------------------------
1 | #authentication{line-height:20px;padding:10px 0;}ul.download-links{list-style-type:none;margin-left:0;}
2 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/css/blog.css:
--------------------------------------------------------------------------------
1 | .blog--container {
2 | padding: 0 0 40px 0;
3 | }
4 |
5 | .blog--container.blog-preview {
6 | margin: 0 0 40px 0;
7 | border-bottom: 1px solid #cccccc;
8 | }
9 |
10 | .blog--container.blog-preview .meta-data--container {
11 | margin-bottom: 0;
12 | }
13 |
14 | .blog--container.blog-preview .blog-preview--readmore {
15 | color: #5fa134;
16 | text-transform: uppercase;
17 | }
18 |
19 | .blog--container.blog-preview .blog-preview--readmore:hover {
20 | text-decoration: underline;
21 | }
22 |
23 | .blog--container.blog-preview .blog--post ul,.blog--container.blog-preview .blog--post ol,.blog--container.blog-preview .blog--post table,.blog--container.blog-preview .blog--post h3,.blog--container.blog-preview .blog--post h2
24 | {
25 | display: none;
26 | }
27 |
28 | .blog--container.blog-preview .blog--post p {
29 | margin-bottom: 15px;
30 | }
31 |
32 | .blog--container.blog-preview:last-child {
33 | margin: 0;
34 | }
35 |
36 | .blog--container .blog--title {
37 | font-size: 24px;
38 | margin-bottom: 12px;
39 | line-height: 35px;
40 | font-family: "Montserrat", sans-serif;
41 | color: #34302d;
42 | }
43 |
44 | .blog--container .blog--title a {
45 | color: #34302d;
46 | }
47 |
48 | .blog--container .blog--title a:hover {
49 | text-decoration: none;
50 | color: #5fa134;
51 | }
52 |
53 | .blog--container .meta-data--container {
54 | margin-bottom: 30px;
55 | }
56 |
57 | .blog--container .meta-data--container .meta-data--item {
58 | display: inline-block;
59 | margin: 2px 30px 0 0;
60 | font-size: 12px;
61 | line-height: 12px;
62 | text-transform: uppercase;
63 | }
64 |
65 | .blog--container .meta-data--container .meta-data--item .meta-data--icon
66 | {
67 | display: inline-block;
68 | height: 20px;
69 | width: 20px;
70 | vertical-align: middle;
71 | margin: -2px 5px 0 0;
72 | }
73 |
74 | .blog--container .meta-data--container .meta-data--item a {
75 | color: #34302d;
76 | }
77 |
78 | .blog--container .meta-data--container .meta-data--item a:hover {
79 | text-decoration: none;
80 | color: #5fa134;
81 | }
82 |
83 | .blog--container .blog--post {
84 | margin: 20px 0 30px;
85 | }
86 |
87 | .blog--container .blog--post a {
88 | color: #5fa134;
89 | }
90 |
91 | .blog--container .blog--post a:hover {
92 | text-decoration: underline;
93 | }
94 |
95 | .blog--container .blog--post h2 {
96 | font-family: "Montserrat", sans-serif;
97 | font-size: 18px;
98 | line-height: 28px;
99 | font-weight: 700;
100 | margin: 30px 0 15px;
101 | }
102 |
103 | .blog--container .blog--post h3,.blog--container .blog--post h4 {
104 | font-family: "Montserrat", sans-serif;
105 | font-size: 16px;
106 | line-height: 26px;
107 | font-weight: 700;
108 | margin: 30px 0 15px;
109 | }
110 |
111 | .blog--container .blog--post p {
112 | margin-bottom: 20px;
113 | }
114 |
115 | .blog--container .blog--post code {
116 | color: #305CB5;
117 | font-size: 14px;
118 | padding: 2px 6px;
119 | white-space: normal;
120 | }
121 |
122 | .blog--container .blog--post ul,.blog--container .blog--post ol {
123 | margin: 15px 0 20px 25px;
124 | }
125 |
126 | .blog--container .blog--post ul li,.blog--container .blog--post ol li {
127 | padding-bottom: 20px;
128 | font-size: 15px;
129 | line-height: 18px;
130 | }
131 |
132 | .blog--container .blog--post img {
133 | display: block;
134 | margin: 20px 0;
135 | }
136 |
137 | .blog--container .blog--post pre {
138 | margin: 20px 0;
139 | }
140 |
141 | .blog--container .blog--post strong {
142 | font-family: "Montserrat", sans-serif;
143 | }
144 |
145 | .blog--container .blog--post blockquote {
146 | margin: 20px 0;
147 | padding: 0 0 0 10px;
148 | border-left: 5px solid #dddddd;
149 | }
150 |
151 | .blog--container .blog--post blockquote p {
152 | margin-bottom: 20px;
153 | font-size: 15px;
154 | line-height: 24px;
155 | }
156 |
157 | .blog--container .blog--post blockquote code {
158 | color: #305CB5;
159 | font-size: 14px;
160 | padding: 2px 6px;
161 | }
162 |
163 | .blog--container .blog--post .highlight {
164 | margin-bottom: 20px;
165 | }
166 |
167 | .blog--container .blog--post .highlight pre {
168 | border-radius: 0;
169 | word-break: normal;
170 | word-wrap: normal;
171 | white-space: pre;
172 | overflow-x: auto;
173 | width: 96.9%;
174 | }
175 |
176 | .blog--container .blog--post .highlight .copy-button {
177 | position: absolute;
178 | margin-left: 633px;
179 | }
180 |
181 | .blog--container .blog--post .callout {
182 | border-left: 4px solid #6db33f;
183 | background-color: #EBF1E7;
184 | padding: 25px 20px;
185 | font-family: "Montserrat", sans-serif;
186 | margin: 20px 30px;
187 | }
188 |
189 | .blog--container .blog--post .callout .callout-title {
190 | font-size: 16px;
191 | line-height: 20px;
192 | font-weight: bold;
193 | margin-bottom: 6px;
194 | }
195 |
196 | .blog--container .blog--post .callout p {
197 | margin: 0;
198 | font-size: 14px;
199 | line-height: 20px;
200 | }
201 |
202 | .blog-comments--wrapper {
203 | border-top: 1px solid #cccccc;
204 | padding-top: 30px;
205 | }
206 |
207 | .blog-comments--wrapper .blog-comments--container {
208 | border: 1px solid #34302d;
209 | }
210 |
211 | .blog-comments--wrapper .blog-comments--container .blog-comments--header
212 | {
213 | background-color: #34302d;
214 | color: #f1f1f1;
215 | font-size: 14px;
216 | line-height: 14px;
217 | padding: 18px;
218 | }
219 |
220 | .blog-comments--wrapper .blog-comments--container .blog-comments--header a
221 | {
222 | color: #6db33f;
223 | }
224 |
225 | .blog-comments--wrapper .blog-comments--container .blog-comments--header .icon
226 | {
227 | margin-top: -11px;
228 | }
229 |
230 | .blog-comments--wrapper .blog-comments--container .blog-comments--body {
231 | padding: 18px;
232 | }
233 |
234 | .social-btn--container {
235 | margin: 40px 0;
236 | text-align: center;
237 | }
238 |
239 | .social-btn--container .social-btn {
240 | background-image: url("../img/iconsprite.png");
241 | display: inline-block;
242 | width: 36px;
243 | height: 36px;
244 | margin: 0 3.5%;
245 | }
246 |
247 | .social-btn--container .social-btn.twitter {
248 | background-position: 1000px 694px;
249 | }
250 |
251 | .social-btn--container .social-btn.twitter:hover {
252 | background-position: 917px 694px;
253 | }
254 |
255 | .social-btn--container .social-btn.googleplus {
256 | background-position: 1000px 617px;
257 | }
258 |
259 | .social-btn--container .social-btn.googleplus:hover {
260 | background-position: 917px 617px;
261 | }
262 |
263 | .social-btn--container .social-btn.linkedin {
264 | background-position: 1000px 540px;
265 | }
266 |
267 | .social-btn--container .social-btn.linkedin:hover {
268 | background-position: 917px 540px;
269 | }
270 |
271 | .social-btn--container .social-btn.facebook {
272 | background-position: 1000px 464px;
273 | }
274 |
275 | .social-btn--container .social-btn.facebook:hover {
276 | background-position: 917px 464px;
277 | }
278 |
279 | .social-btn--container .social-btn.youtube {
280 | background-position: 1000px 387px;
281 | }
282 |
283 | .social-btn--container .social-btn.youtube:hover {
284 | background-position: 917px 387px;
285 | }
286 |
287 | .promo-material {
288 | padding: 75px 0;
289 | margin: 0 0 40px 0;
290 | text-align: center;
291 | text-transform: uppercase;
292 | border: 6px solid white;
293 | color: #ccc;
294 | background-color: #ddd;
295 | }
296 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/css/buttons.css:
--------------------------------------------------------------------------------
1 | .btn.btn-black{background-color:#34302d;background-image:none;border-radius:0;color:#f1f1f1;font-size:14px;line-height:14px;font-family:"Montserrat",sans-serif;border:2px solid #6db33f;padding:21px 60px;text-shadow:none;transition:border 0.15s;-webkit-transition:border 0.15s;-moz-transition:border 0.15s;-o-transition:border 0.15s;-ms-transition:border 0.15s;}.btn.btn-black.compact{padding:6px 12px;font-size:12px;}.btn.btn-black.sub-text{padding:12px 0;}.btn.btn-black.sub-text p{margin-top:6px;color:#eeeeee;font-size:14px;line-height:14px;font-family:"Montserrat",sans-serif;text-transform:none;}.btn.btn-black.on-black:hover{border-color:#6db33f;box-shadow:0 1px 3px #0b0a0a;}.btn.btn-black.on-black:active{box-shadow:0 1px 3px #0b0a0a,inset 0 3px 6px #0b0a0a;border-color:#6db33f;}.btn.btn-black.with-icon [class^="icon-"]{margin-right:21px;font-size:20px;vertical-align:top;line-height:10px;}.btn.btn-black:hover{border-color:#34302d;box-shadow:none;text-decoration:none;}.btn.btn-black:active{box-shadow:inset 0 3px 6px #0b0a0a;border-color:#34302d;}.btn.uppercase{text-transform:uppercase;}
2 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/css/dashboard.css:
--------------------------------------------------------------------------------
1 | .content-right-pane--container .ide_widget {
2 | display: block;
3 | text-align: center;
4 | margin: 10px 20px;
5 | }
6 |
7 | .btn.btn-black {
8 | font-size: 12px;
9 | line-height: 12px;
10 | padding: 10px 20px;
11 | background-color: #34302d;
12 | color: white;
13 | border: 0px;
14 | border-top: 3px solid #6db33f;
15 | }
16 |
17 | .btn.btn-black:hover {
18 | color: white;
19 | border-color: #34302d;
20 | background-color: #6db33f;
21 | border: 0px;
22 | border-top: 3px solid #6db33f;
23 | }
24 |
25 | .new-star {
26 | color: gold;
27 | border-color: black;
28 | font-size: 14px;
29 | }
30 |
31 | .content-right-pane--container .gettingStartedButton {
32 | display: block;
33 | text-align: center;
34 | margin: 45px 6.2%;
35 | }
36 |
37 | .main-body--wrapper {
38 | padding-top: 20px;
39 | margin-top: 0px;
40 | }
41 |
42 | .blog--title {
43 | margin-top: 6px !important;
44 | margin-bottom: 2px !important;
45 | }
46 |
47 | .blog--container {
48 | margin-bottom: 0px !important;
49 | padding: 0px !important;
50 | }
51 |
52 | div .blog--post,.blog--container.blog-preview {
53 | margin: 0px !important;
54 | padding: 0px !important;
55 | }
56 |
57 | div .blog--post {
58 | line-height: 10px !important;
59 | }
60 |
61 | .blog--title a {
62 | font-size: 14px;
63 | line-height: 15px;
64 | }
65 |
66 | .blog--post p {
67 | font-size: 11px;
68 | line-height: 15px;
69 | margin-bottom: 10px !important;
70 | }
71 |
72 | .author {
73 | font-size: 11px;
74 | line-height: 15px;
75 | font-style: oblique;
76 | }
77 |
78 | .feed-header {
79 | color: #6db33f;
80 | margin-bottom: 0px;
81 | }
82 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/css/docs.css:
--------------------------------------------------------------------------------
1 | .docs--header .docs-icon{background-color:#34302d;width:94px;height:122px;margin:0 40px 40px 0;padding:39px;background-image:url("../img/iconsprite.png");background-repeat:no-repeat;background-position:37px -506px;}.docs--body{width:auto;min-height:50px;display:block!important;}.docs--body .docs-item--wrapper{padding:0 20px;margin:20px -22px;}.docs--body .empty-project{margin-bottom:-40px;}.docs--body .docs-section-title{margin:40px 20px 30px;border-top:1px solid white;padding-top:40px;font-family:"Montserrat",sans-serif;font-weight:bold;}.docs--body .docs-section-title.no-border{border:0;padding-top:0;}.docs--item{display:inline-block;width:295px;vertical-align:top;margin:0 22px;}.docs--item .docs-version--dropdown{width:86.5%;}.docs--item .docs-version--dropdown p{display:inline-block;}.docs--item .docs-version--dropdown .icon{vertical-align:top;margin:2px 0 0 6px;}
2 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/css/flexbox.css:
--------------------------------------------------------------------------------
1 |
2 | /* GENERAL STYLES */
3 | body {
4 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5 | margin: 3%;
6 | font-size: 0.9em;
7 | }
8 |
9 | #page-header {
10 | margin-top: 1%;
11 | }
12 |
13 | #title {
14 | font-size: 1.2em;
15 | }
16 |
17 | #link-to-article {
18 | font-size: 0.8em;
19 | }
20 |
21 | #link-to-article a{
22 | padding: 3px 0 10px 35px;
23 | background: url(../images/nettuts-logo.jpg) no-repeat;
24 | display: inline-block;
25 | }
26 |
27 | .example {
28 | min-height: 20px;
29 | padding: 2%;
30 | margin-bottom: 3%;
31 | background-color: whiteSmoke;
32 | border: 1px solid #EEE;
33 | border: 1px solid rgba(0, 0, 0, 0.05);
34 | -webkit-border-radius: 4px;
35 | -moz-border-radius: 4px;
36 | border-radius: 4px;
37 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
38 | -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
39 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
40 | overflow: hidden;
41 | }
42 |
43 | .example header {
44 | margin-bottom: 10px;
45 | }
46 |
47 | .example header h1, .example header p {
48 | margin: 0 0 2% 0;
49 | padding: 0;
50 | font-size: 1.1em;
51 | }
52 |
53 | .example header p {
54 | font-size: 1em;
55 | }
56 |
57 | .flexbox-message {
58 | display: none;
59 | padding: 1% 3%;
60 | margin-bottom: 20px;
61 | color: #C09853;
62 | text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
63 | background-color: #FCF8E3;
64 | border: 1px solid #FBEED5;
65 | -webkit-border-radius: 4px;
66 | -moz-border-radius: 4px;
67 | border-radius: 4px;
68 | color: #B94A48;
69 | background-color: #F2DEDE;
70 | border-color: #EED3D7;
71 | }
72 |
73 | .no-flexbox-legacy .flexbox-message{
74 | display: block;
75 | }
76 |
77 | code {
78 | padding: 0 3px 2px;
79 | font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
80 | font-size: 0.9em;
81 | color: #333;
82 | -webkit-border-radius: 3px;
83 | -moz-border-radius: 3px;
84 | border-radius: 3px;
85 | padding: 2px 4px;
86 | color: #D14;
87 | background-color: #F7F7F9;
88 | border: 1px solid #E1E1E8;
89 | }
90 |
91 |
92 |
93 |
94 | .btn {
95 | display: inline-block;
96 | padding: 4px 10px 4px;
97 | margin-bottom: 10px;
98 | font-size: 13px;
99 | line-height: 18px;
100 | color:
101 | #333;
102 | text-align: center;
103 | text-shadow: 0 1px 1px
104 | rgba(255, 255, 255, 0.75);
105 | vertical-align: middle;
106 | cursor: pointer;
107 | background-color:
108 | whiteSmoke;
109 | background-image: -ms-linear-gradient(top,
110 | white,
111 | #E6E6E6);
112 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(
113 | white), to(
114 | #E6E6E6));
115 | background-image: -webkit-linear-gradient(top,
116 | white,
117 | #E6E6E6);
118 | background-image: -o-linear-gradient(top,
119 | white,
120 | #E6E6E6);
121 | background-image: linear-gradient(top,
122 | white,
123 | #E6E6E6);
124 | background-image: -moz-linear-gradient(top,
125 | white,
126 | #E6E6E6);
127 | background-repeat: repeat-x;
128 | border: 1px solid
129 | #CCC;
130 | border-color:
131 | rgba(0, 0, 0, 0.1)
132 | rgba(0, 0, 0, 0.1)
133 | rgba(0, 0, 0, 0.25);
134 | border-color:
135 | #E6E6E6
136 | #E6E6E6
137 | #BFBFBF;
138 | border-bottom-color:
139 | #B3B3B3;
140 | -webkit-border-radius: 4px;
141 | -moz-border-radius: 4px;
142 | border-radius: 4px;
143 | filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
144 | filter: progid:dximagetransform.microsoft.gradient(enabled=false);
145 | -webkit-box-shadow: inset 0 1px 0
146 | rgba(255, 255, 255, 0.2), 0 1px 2px
147 | rgba(0, 0, 0, 0.05);
148 | -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
149 | box-shadow: inset 0 1px 0
150 | rgba(255, 255, 255, 0.2), 0 1px 2px
151 | rgba(0, 0, 0, 0.05);
152 | }
153 |
154 | .btn.active, .btn:active {
155 | background-color:
156 | #E6E6E6;
157 | background-color:
158 | #D9D9D9 9;
159 | background-image: none;
160 | outline: 0;
161 | -webkit-box-shadow: inset 0 2px 4px
162 | rgba(0, 0, 0, 0.15), 0 1px 2px
163 | rgba(0, 0, 0, 0.05);
164 | -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
165 | box-shadow: inset 0 2px 4px
166 | rgba(0, 0, 0, 0.15), 0 1px 2px
167 | rgba(0, 0, 0, 0.05);
168 | }
169 |
170 |
171 | #example-5 .different-flex-example > div:nth-child(2),
172 | #example-5 .final-flex-example > div:nth-child(2),
173 | #example-6 .ordering-example > div:nth-child(1)
174 | {
175 | background-image: -webkit-linear-gradient(top,
176 | #62C462,
177 | #51A351);
178 | background-image: -o-linear-gradient(top,
179 | #62C462,
180 | #51A351);
181 | background-image: -moz-linear-gradient(top,
182 | #62C462,
183 | #51A351);
184 | background-image: linear-gradient(top,
185 | #62C462,
186 | #51A351);
187 | }
188 |
189 |
190 |
191 | /* Smartphones (landscape) ----------- */
192 | @media only screen and (min-width : 321px) {
193 | /* Styles */
194 | }
195 |
196 | /* Smartphones (portrait) ----------- */
197 | @media only screen and (max-width : 320px) {
198 |
199 | .example header h1, .example header p {
200 | margin: 0 0 4% 0;
201 | padding: 0;
202 | font-size: 1.1em;
203 | }
204 |
205 | .example {
206 | margin-bottom: 5%;
207 | }
208 |
209 |
210 | }
211 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/css/fontcustom.css:
--------------------------------------------------------------------------------
1 | @font-face{font-family:"fontcustom";src:url("../font-custom/fontcustom.eot");src:url("../font-custom/fontcustom.eot?#iefix") format("embedded-opentype"),url("../font-custom/fontcustom.woff") format("woff"),url("../font-custom/fontcustom.ttf") format("truetype"),url("../font-custom/fontcustom.svg#fontcustom") format("svg");font-weight:normal;font-style:normal;}.icon-community-support,.icon-gs-guides-black,.icon-professional-support,.icon-spring-amqp,.icon-spring-android,.icon-spring-batch,.icon-spring-data,.icon-spring-framework,.icon-spring-hateos,.icon-spring-integration,.icon-spring-leaf,.icon-spring-logo,.icon-spring-mobile,.icon-spring-security,.icon-spring-social,.icon-spring-web-flow,.icon-spring-web-services,.icon-tutorials-black{font-family:"fontcustom"!important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;display:inline-block!important;text-decoration:inherit;}.icon-community-support:before{content:"\f100";}.icon-gs-guides-black:before{content:"\f101";}.icon-professional-support:before{content:"\f102";}.icon-spring-amqp:before{content:"\f103";}.icon-spring-android:before{content:"\f104";}.icon-spring-batch:before{content:"\f105";}.icon-spring-data:before{content:"\f106";}.icon-spring-framework:before{content:"\f107";}.icon-spring-hateos:before{content:"\f108";}.icon-spring-integration:before{content:"\f109";}.icon-spring-leaf:before{content:"\f10a";}.icon-spring-logo:before{content:"\f10b";}.icon-spring-mobile:before{content:"\f10c";}.icon-spring-security:before{content:"\f10d";}.icon-spring-social:before{content:"\f10e";}.icon-spring-web-flow:before{content:"\f10f";}.icon-spring-web-services:before{content:"\f110";}.icon-tutorials-black:before{content:"\f111";}
2 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/css/highlight.css:
--------------------------------------------------------------------------------
1 | .highlight .hll{background-color:#ffffcc;}.highlight .c{color:#999988;font-style:italic;}.highlight .err{color:#a61717;background-color:#e3d2d2;}.highlight .k{color:#000000;font-weight:bold;}.highlight .o{color:#000000;font-weight:bold;}.highlight .cm{color:#999988;font-style:italic;}.highlight .cp{color:#999999;font-weight:bold;font-style:italic;}.highlight .c1{color:#999988;font-style:italic;}.highlight .cs{color:#999999;font-weight:bold;font-style:italic;}.highlight .gd{color:#000000;background-color:#ffdddd;}.highlight .ge{color:#000000;font-style:italic;}.highlight .gr{color:#aa0000;}.highlight .gh{color:#999999;}.highlight .gi{color:#000000;background-color:#ddffdd;}.highlight .go{color:#888888;}.highlight .gp{color:#555555;}.highlight .gs{font-weight:bold;}.highlight .gu{color:#aaaaaa;}.highlight .gt{color:#aa0000;}.highlight .kc{color:#000000;font-weight:bold;}.highlight .kd{color:#000000;font-weight:bold;}.highlight .kn{color:#000000;font-weight:bold;}.highlight .kp{color:#000000;font-weight:bold;}.highlight .kr{color:#000000;font-weight:bold;}.highlight .kt{color:#445588;font-weight:bold;}.highlight .m{color:#009999;}.highlight .s{color:#d01040;}.highlight .na{color:teal;}.highlight .nb{color:#0086b3;}.highlight .nc{color:#445588;font-weight:bold;}.highlight .no{color:teal;}.highlight .nd{color:#3c5d5d;font-weight:bold;}.highlight .ni{color:purple;}.highlight .ne{color:#990000;font-weight:bold;}.highlight .nf{color:#990000;font-weight:bold;}.highlight .nl{color:#990000;font-weight:bold;}.highlight .nn{color:#555555;}.highlight .nt{color:navy;}.highlight .nv{color:teal;}.highlight .ow{color:#000000;font-weight:bold;}.highlight .w{color:#bbbbbb;}.highlight .mf{color:#009999;}.highlight .mh{color:#009999;}.highlight .mi{color:#009999;}.highlight .mo{color:#009999;}.highlight .sb{color:#d01040;}.highlight .sc{color:#d01040;}.highlight .sd{color:#d01040;}.highlight .s2{color:#d01040;}.highlight .se{color:#d01040;}.highlight .sh{color:#d01040;}.highlight .si{color:#d01040;}.highlight .sx{color:#d01040;}.highlight .sr{color:#009926;}.highlight .s1{color:#d01040;}.highlight .ss{color:#990073;}.highlight .bp{color:#999999;}.highlight .vc{color:teal;}.highlight .vg{color:teal;}.highlight .vi{color:teal;}.highlight .il{color:#009999;}
2 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/css/homepage.css:
--------------------------------------------------------------------------------
1 | .homepage-billboard{background-image:url("../img/homepage-bg.jpg");background-size:cover;background-repeat:no-repeat;text-align:center;}.homepage-title--container{margin-top:66px;}.homepage-title,.homepage-subtitle{background:rgba(52,48,45,0.8);color:#f1f1f1;display:inline-block;}.homepage-title{font-size:48px;line-height:68px;font-family:"Montserrat",sans-serif;padding:0 15px;letter-spacing:-2px;}.homepage-subtitle{font-size:22px;line-height:18px;padding:2px 19px 12px;}.homepage-subtitle:first-child{padding-top:12px;}.homepage--body .platform--wrapper{background:url("../img/platform-bg.png") #34302d 50% 50% no-repeat;height:auto;text-align:center;padding:60px 0;background-size:694px;}.homepage--body .platform--wrapper .platform--icon{background:url("../img/spring-platform-watermark.png") no-repeat;width:241px;height:74px;display:inline-block;margin-bottom:43px;}.homepage--body .platform--wrapper .platform--title{font-family:"Montserrat",sans-serif;color:#f1f1f1;font-size:30px;line-height:30px;margin-bottom:20px;text-transform:uppercase;}.homepage--body .platform--wrapper .platform--text{color:#f1f1f1;font-size:18px;line-height:28px;margin-bottom:20px;}.homepage--body .platform--wrapper .platform--link{font-size:18px;line-height:28px;}.homepage--body .platform--wrapper .platform--link [class^="icon-"]{margin-left:15px;line-height:10px;vertical-align:middle;text-decoration:none;}.homepage--body .key-feature--wrapper{background-color:#6db33f;padding:60px 0;}.homepage--body .key-feature--wrapper .key-feature--container{text-align:center;color:#f1f1f1;}.homepage--body .key-feature--wrapper .key-feature--container .key-feature--icon--container{height:88px;text-align:center;margin-bottom:44px;}.homepage--body .key-feature--wrapper .key-feature--container .key-feature--title{text-transform:uppercase;font-family:"Montserrat",sans-serif;font-size:30px;line-height:30px;margin-bottom:20px;}.homepage--body .key-feature--wrapper .key-feature--container .key-feature--text{font-size:18px;line-height:28px;}.homepage--body .key-feature--wrapper .key-feature--container .key-feature--text.highlight{text-transform:uppercase;}.homepage--body .offset-feature--container{border-bottom:1px solid #dddbda;transition:all 0.25s;-webkit-transition:all 0.25s;-moz-transition:all 0.25s;-o-transition:all 0.25s;-ms-transition:all 0.25s;}.homepage--body .offset-feature--container .feature--content{padding:90px 0;}.homepage--body .offset-feature--container .offset-feature--title{font-size:30px;line-height:30px;font-family:"Montserrat",sans-serif;margin-bottom:20px;color:#34302d;}.homepage--body .offset-feature--container .offset-feature--text{font-size:18px;line-height:28px;margin-bottom:20px;color:#34302d;}.homepage--body .offset-feature--container .offset-feature--link{color:#5fa134;font-size:18px;line-height:18px;}.homepage--body .offset-feature--container .offset-feature--link i{font-size:18px;line-height:10px;margin-left:10px;text-decoration:none;}.homepage--body .offset-feature--container.feature-guides{background-image:url("../img/homepage-feature-guides.png");background-repeat:no-repeat;background-position:148% 0;}.homepage--body .offset-feature--container.feature-sts{background-image:url("../img/homepage-feature-sts.png");background-repeat:no-repeat;background-position:-40% 100%;}.homepage--body .offset-feature--container.feature-projects{background-image:url("../img/homepage-feature-projects.png");background-repeat:no-repeat;background-position:130px 0;}.homepage--body .offset-feature--container:last-child{border:none;}.homepage--body .offset-feature--container:nth-child(even){background-color:#ebf1e7;}.support--wrapper{background-color:#5d5d5d;padding:50px 0 60px;}.support--wrapper .support--container .icon{float:left;margin-right:45px;}.support--wrapper .support--container .support--title{font-size:18px;line-height:18px;text-transform:uppercase;color:#f1f1f1;margin:22px 0;}.support--wrapper .support--container .support-links a{color:#5fa134;padding:0 20px;}.support--wrapper .support--container .support-links a:first-child{padding-left:0;}.support--wrapper.about-page{position:absolute;left:0;right:0;}.tool-suite{text-align:right;}
2 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/css/icons.css:
--------------------------------------------------------------------------------
1 | .icon{background-image:url("../img/iconsprite.png");display:inline-block!important;}.icon.icon-spring-logo-mobile{width:204px;height:60px;background-position:904px 302px;margin-top:-13px;transform:scale(0.5);-moz-transform:scale(0.5);-webkit-transform:scale(0.5);-o-transform:scale(0.5);-ms-transform:scale(0.5);}.icon.icon-spring-logo-big{width:154px;height:154px;background-position:154px 191px;}.icon.project--logo.logo-spring-framework{width:135px;height:133px;background-position:518px 837px;margin-top:2px;}.icon.project--logo.logo-spring-security{width:99px;height:137px;background-position:519px 677px;}.icon.project--logo.logo-spring-data{width:111px;height:111px;background-position:519px 512px;margin-top:13px;}.icon.project--logo.logo-spring-batch{width:104px;height:108px;background-position:360px 837px;margin-top:14px;}.icon.project--logo.logo-spring-integration{width:145px;height:104px;background-position:361px 677px;margin-top:16px;}.icon.project--logo.logo-spring-amqp{width:109px;height:98px;background-position:361px 513px;margin:19px;}.icon.project--logo.logo-spring-default{width:100px;height:100px;background-position:-805px 0;margin-top:18px;}.icon.project--logo.logo-spring-mobile{width:104px;height:137px;background-position:196px 677px;}.icon.project--logo.logo-spring-android{width:104px;height:126px;background-position:196px 513px;margin-top:10px;}.icon.project--logo.logo-spring-social{width:130px;height:100px;background-position:518px 357px;margin-top:18px;}.icon.project--logo.logo-spring-hateoas{width:126px;height:99px;background-position:518px 256px;margin-top:19px;}.icon.project--logo.logo-spring-webflow{width:99px;height:99px;background-position:619px 256px;margin-top:19px;}.icon.project--logo.logo-spring-web-services{width:100px;height:100px;background-position:532px 155px;margin-top:19px;}.icon.project--logo.logo-spring-xd{width:104px;height:113px;background-position:247px 837px;margin-top:11px;}.icon.project--logo.logo-spring-boot{width:102px;height:90px;background-position:143px 837px;margin-top:23px;}.icon.project--logo.logo-spring-ldap{width:93px;height:107px;background-position:247px 944px;margin-top:19px;}.icon.project--logo.logo-grails{width:107px;height:100px;background-position:361px 944px;margin-top:23px;}.icon.project--logo.logo-groovy{width:183px;height:92px;background-position:546px 940px;margin-top:23px;}.icon.icon-projects{width:28px;height:28px;background-position:-641px -481px;}.icon.icon-projects:hover{background-position:-641px -521px;}.icon.icon-forum{width:32px;height:32px;background-position:-409px -450px;}.icon.icon-forum:hover{background-position:-449px -450px;}.icon.icon-current-version{height:13px;width:42px;background-position:718px 317px;}.icon.icon-pre-release{height:13px;width:23px;background-position:657px 317px;}.icon.icon-ga-release{margin-left:0!important;height:13px;width:9px;background-position:626px 317px;background-color:#6db33f;padding:0 2px;border-radius:10px;}.icon.icon-snapshot-release{height:13px;width:46px;background-position:603px 317px;}.icon.logo-eclipse-text{width:159px;height:38px;background-position:603px 38px;}.icon.icon-social-twitter{width:36px;height:36px;background-position:-1px -143px;}.icon.icon-social-twitter:hover{background-position:-84px -143px;}.icon.icon-build-anything{width:107px;background-position:107px 279px;height:88px;}.icon.icon-run-anywhere{background-position:120px 344px;width:120px;height:65px;margin-top:11px;}.icon.icon-rest-assured{background-position:253px 86px;width:86px;height:86px;margin-top:1px;}.icon.icon-community-support{width:97px;height:97px;background-position:257px 185px;font-size:0;}.icon.icon-professional-support{width:126px;height:97px;background-position:272px 282px;font-size:0;}.icon.icon-gs-guides{width:73px;height:101px;background-position:356px 101px;}.icon.icon-tutorial{width:73px;height:101px;background-position:430px 101px;}.icon.blog-icon{width:20px;height:20px;vertical-align:middle;}.icon.blog-icon.calendar{background-position:20px 594px;}.icon.blog-icon.all-posts{background-position:20px 561px;}.icon.blog-icon.broadcasts{background-position:20px 519px;}.icon.blog-icon.engineering{background-position:20px 477px;}.icon.blog-icon.releases{background-position:20px 433px;}.icon.blog-icon.news-and-events{background-position:20px 387px;}.icon.about-icon.team{width:183px;height:127px;background-position:902px 202px;}.icon.about-icon.jobs{width:112px;height:85px;background-position:387px 415px;margin:21px 0;}.icon.about-icon.pivotal{width:93px;height:114px;background-position:387px 329px;margin:6px 0 7px;}i.icon{background-image:none;}
2 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/css/markdown-content.css:
--------------------------------------------------------------------------------
1 | a[name="gs"],a[name="tutorials"] {
2 | text-decoration: none !important;
3 | }
4 |
5 | .content--container h1 {
6 | margin-bottom: 15px;
7 | }
8 |
9 | .content--container a {
10 | color: #5fa134;
11 | }
12 |
13 | .content--container p,.content--container ul {
14 | margin-bottom: 20px;
15 | border-radius: 0;
16 | }
17 |
18 | .content--container pre {
19 | margin-top: -10px;
20 | margin-bottom: 20px;
21 | border-radius: 0;
22 | }
23 |
24 | .content--container h2 {
25 | font-family: "Montserrat", sans-serif;
26 | font-size: 20px;
27 | line-height: 28px;
28 | font-weight: 400;
29 | margin: 30px 0 10px;
30 | }
31 |
32 | .content--container h3,.content--container h4 {
33 | font-family: "Montserrat", sans-serif;
34 | font-size: 16px;
35 | line-height: 26px;
36 | font-weight: 400;
37 | margin: 20px 0 10px;
38 | }
39 |
40 | .content--container p code {
41 | color: #305CB5;
42 | font-size: 14px;
43 | padding: 2px 6px;
44 | }
45 |
46 | .content--container ul li {
47 | margin-bottom: 5px;
48 | }
49 |
50 | .content--container ul li code {
51 | color: #305CB5;
52 | font-size: 14px;
53 | padding: 2px 6px;
54 | }
55 |
56 | .content--container blockquote {
57 | padding: 0 0 0 10px;
58 | border-left: 4px solid #6db33f;
59 | background-color: #EBF1E7;
60 | padding: 25px 20px;
61 | margin: 30px 0;
62 | font-family: "Montserrat", sans-serif;
63 | }
64 |
65 | .content--container blockquote strong {
66 | font-size: 16px;
67 | line-height: 20px;
68 | font-weight: bold;
69 | margin-bottom: 6px;
70 | }
71 |
72 | .content--container blockquote p {
73 | margin: 0;
74 | font-size: 14px;
75 | line-height: 20px;
76 | }
77 |
78 | .content--container pre {
79 | word-break: normal;
80 | word-wrap: normal;
81 | white-space: pre;
82 | overflow-x: auto;
83 | width: 96.9%;
84 | }
85 |
86 | .content--container .highlight .copy-button {
87 | position: absolute;
88 | margin-left: 634px;
89 | }
90 |
91 | .content--container strong {
92 | font-family: "Montserrat", sans-serif;
93 | }
94 |
95 | .content-right-pane--container h2 {
96 | margin: 15px 6.2%;
97 | }
98 |
99 | .content-right-pane--container p {
100 | font-size: 14px;
101 | line-height: 21px;
102 | margin: 15px 6.2%;
103 | }
104 |
105 | .content-right-pane--container h3 {
106 | border-top: 1px solid #dddddd;
107 | padding: 6px 6.2%;
108 | font-family: "Montserrat", sans-serif;
109 | margin: 0;
110 | }
111 |
112 | .content-right-pane--container ul {
113 | margin: 0;
114 | }
115 |
116 | .content-right-pane--container ul li {
117 | line-height: 21px;
118 | }
119 |
120 | .content-right-pane--container ul li:last-child {
121 | padding-bottom: 28px;
122 | }
123 |
124 | .content-right-pane--container ul li:first-child {
125 | padding-bottom: 12px;
126 | }
127 |
128 | .content-right-pane--container .btn-group {
129 | margin: 0 6.2%;
130 | display: block;
131 | }
132 |
133 | .content-right-pane--container .btn-group .btn {
134 | font-family: "Varela Round", sans-serif;
135 | padding: 12px 6.4% 10px;
136 | font-size: 16px;
137 | line-height: 16px;
138 | border: 1px solid #dddddd;
139 | box-shadow: none;
140 | }
141 |
142 | .content-right-pane--container .btn-group .btn.active {
143 | background: #fff;
144 | box-shadow: none;
145 | }
146 |
147 | .content-right-pane--container .btn-group .btn:active {
148 | box-shadow: inset 0 1px 3px #c8c8c8;
149 | }
150 |
151 | .content-right-pane--container .clone-url {
152 | border: 1px solid #cccccc;
153 | background-color: white;
154 | cursor: pointer;
155 | margin: 15px 6.2%;
156 | }
157 |
158 | .content-right-pane--container .clone-url input {
159 | background-color: transparent;
160 | border: none;
161 | box-shadow: none;
162 | margin: 0;
163 | padding: 10px 0 10px 14px;
164 | }
165 |
166 | .content-right-pane--container .clone-url input:focus {
167 | outline: none;
168 | }
169 |
170 | .content-right-pane--container .clone-url button {
171 | padding: 20px;
172 | margin: 0;
173 | float: right;
174 | }
175 |
176 | .content-right-pane--container .github_download {
177 | display: block;
178 | text-align: center;
179 | margin: 15px 6.2%;
180 | }
181 |
182 | .go-to-repo--container {
183 | margin-top: 20px;
184 | padding: 10px 6.2%;
185 | border-top: 1px solid white;
186 | }
187 |
188 | .go-to-repo--container a {
189 | vertical-align: middle;
190 | color: #5fa134;
191 | text-transform: uppercase;
192 | font-family: "Montserrat", sans-serif;
193 | font-size: 12px;
194 | line-height: 24px;
195 | text-decoration: none;
196 | margin-top: 1px;
197 | }
198 |
199 | .go-to-repo--container a:hover {
200 | color: #6ab43a;
201 | }
202 |
203 | .go-to-repo--container i {
204 | color: #d4d4d4;
205 | font-size: 24px;
206 | margin-right: 10px;
207 | float: left;
208 | margin-top: -2px;
209 | }
210 |
211 | .copy-button {
212 | background-color: #cccccc;
213 | margin: 1px 1px 10px 0;
214 | padding: 20px;
215 | background-image: url("../img/iconsprite.png");
216 | background-repeat: no-repeat;
217 | background-position: 2px -429px;
218 | width: 20px;
219 | height: 22px;
220 | border: none;
221 | background-color: #34302d;
222 | }
223 |
224 | .copy-button.snippet {
225 | float: right;
226 | }
227 |
228 | a.ci-status {
229 | float: right;
230 | margin-top: -27px;
231 | }
232 |
233 | .gs-guide-import {
234 | display: none;
235 | }
236 |
237 | .tutorial-text img {
238 | border: 6px solid white;
239 | box-shadow: 0 0px 4px #cccccc, 0 1px 0 #cccccc;
240 | }
241 |
242 | .tutorial-text table {
243 | border-color: #808080;
244 | text-align: left;
245 | margin: 60px 0;
246 | }
247 |
248 | .tutorial-text table th {
249 | text-transform: uppercase;
250 | font-size: 12px;
251 | line-height: 15px;
252 | border-bottom: 1px solid #cccccc;
253 | padding: 0 30px 5px 8px;
254 | vertical-align: bottom;
255 | font-family: "Montserrat", sans-serif;
256 | }
257 |
258 | .tutorial-text table th:last-child {
259 | padding-right: 8px;
260 | }
261 |
262 | .tutorial-text table tr:last-child {
263 | border-bottom: 1px solid #cccccc;
264 | }
265 |
266 | .tutorial-text table td {
267 | padding: 8px 20px 8px 8px;
268 | line-height: 20px;
269 | text-align: left;
270 | vertical-align: top;
271 | border-top: 1px solid #dddddd;
272 | }
273 |
274 | .tutorial-text table td:last-child {
275 | padding-right: 8px;
276 | border-right: 1px solid #cccccc;
277 | }
278 |
279 | .tutorial-text table td:first-child {
280 | border-left: 1px solid #cccccc;
281 | }
282 |
283 | .tutorial-text table tr:nth-child(odd)>td,.tutorial-text table .table-striped tbody>tr:nth-child(odd)>th
284 | {
285 | background-color: #F9F9F9;
286 | }
287 |
288 | .tutorial-text article.markdown-body h1 {
289 | font-size: 21px;
290 | line-height: 28px;
291 | font-weight: 400;
292 | margin: 30px 0 10px;
293 | }
294 |
295 | .tutorial-text article.markdown-body h2 {
296 | font-family: "Varela Round", sans-serif;
297 | font-size: 19px;
298 | }
299 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/css/panes.css:
--------------------------------------------------------------------------------
1 | /* Generic pane rules */
2 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/css/projects.css:
--------------------------------------------------------------------------------
1 | .projects--wrapper{margin-left:-0.5%;}.projects--wrapper.project-aggregator .project--container{height:160px;}.projects--wrapper.project-aggregator .project--container .project-links--container{margin-top:42px;}.projects--wrapper.top-separator{padding-top:30px;margin-top:10px;margin-bottom:10px;border-top:1px solid #dddddd;}.project--container{border:1px solid #34302d;display:inline-block;width:21.8%;height:340px;margin:0 0.5% 20px 0.5%;vertical-align:top;text-align:center;padding:30px 5%;}.project--container.auto-height{height:auto;}.project--container.short-fixed{height:262px;}.project--container.shorter-fixed{height:239px;}.project--container .project-logo--container{margin-bottom:25px;height:137px;vertical-align:middle;}.project--container .project--logo{display:inline-block;vertical-align:middle;}.project--container .project--logo.small{margin-bottom:20px;}.project--container .project--title{font-family:"Montserrat",sans-serif;font-size:16px;line-height:20px;margin-bottom:20px;text-transform:uppercase;}.project--container .project--description{font-size:14px;line-height:20px;}.project--container .project-links--container{position:absolute;background-color:rgba(109,179,63,0.95);padding:13px 0;width:326px;margin:127px 0 0 -20px;height:58px;opacity:0;transition:opacity 0.15s;-webkit-transition:opacity 0.15s;-moz-transition:opacity 0.15s;-o-transition:opacity 0.15s;-ms-transition:opacity 0.15s;}.project--container .project-links--container .project-link{display:inline-block;margin:0 15px;}.project--container .project-links--container .project-link [class^=icon-]{font-size:34px;width:34px;height:34px;color:rgba(241,241,241,0.75);}.project--container .project-links--container .project-link p{margin:6px 0;color:rgba(241,241,241,0.75);font-size:14px;line-height:14px;}.project--container .project-links--container .project-link:hover{text-decoration:none;}.project--container .project-links--container .project-link:hover [class^=icon-]{color:white;}.project--container:hover .project-links--container{opacity:1;}.project--container.parent-project{position:relative;}.project--container.parent-project .child-project-count--wrapper{position:absolute;top:30px;right:20px;}.project--container.parent-project .child-project-count--wrapper .child-project-count--number{position:relative;z-index:101;color:#f1f1f1;margin:-22px -9px 0 9px;}.project--container.parent-project .child-project-count--wrapper .child-project-count--background{position:absolute;margin:-54px 0 0 -5px;z-index:100;width:0;height:0;border-top:40px solid transparent;border-bottom:40px solid transparent;border-left:40px solid #6db33f;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}.project--container.full-width{background-color:#ddd;border-color:white;display:block;height:auto;width:auto;text-align:left;}.project--container.full-width .project--title{margin-bottom:10px;}.project--container.full-width .project--description{margin-bottom:20px;}.project--container.full-width .project--link{color:#5fa134;text-transform:uppercase;font-size:12px;}.project--container.project--container--link{color:#34302d;transition:all 0.2s;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;}.project--container.project--container--link:hover{text-decoration:none;box-shadow:0 0 3px #6db33f;border-color:#6db33f;}.project--container.project--container--link:active{box-shadow:none;}.project--container.min-height{height:308px;}.project-header--wrapper .billboard--container{margin-top:60px;}.project-header--wrapper .content--title{position:relative;margin-bottom:30px;margin-top:0;}.project-header--wrapper .content--title a{color:#f1f1f1;}.project-header--wrapper .project--title{font-family:"Montserrat",sans-serif;font-size:24px;line-height:24px;color:#ebf1e7;}.project-header--wrapper .project--links--container{float:right;margin-top:-2px;}.project-header--wrapper .project--links--container .project-link{display:inline-block;vertical-align:middle;margin-right:10px;}.project-header--wrapper .project--links--container .project-link [class^=icon-]{font-size:37px;width:34px;height:34px;color:#d4d4d4;}.project-header--wrapper .project--links--container .project-link:last-child{margin-right:0;}.project-header--wrapper .project--links--container .project-link:hover{text-decoration:none;}.project-header--wrapper .project--links--container .project-link:hover [class^=icon-]{color:#6db33f;}.project-header--wrapper .project--links--container .project-link div.icon{margin-top:3px;}.project-header--wrapper .project--description{color:#f1f1f1;font-size:16px;line-height:24px;margin-top:20px;}.project-header--wrapper .project--description a{color:#5fa134;}.project-header--wrapper .project-quickstart-btn{margin-top:40px;}.project-header--wrapper .billboard-bg{background-color:#666;}.project-header--wrapper .billboard-bg .billboard-icon{width:330px;height:364px;position:absolute;right:0;margin-top:25px;opacity:0.5;}.project-header--wrapper .billboard-bg .billboard-icon.icon-spring-data-large{background-image:url("../img/icon-spring-data-large.png");}.project-body--container .project-body--section{margin-bottom:30px;padding-right:20px;}.project-body--container .project-body--section p{font-size:14px;line-height:20px;margin-bottom:20px;}.project-body--container .project-body--section li{padding:5px 0;}.project-body--container .project-body--section .underlined-title{border-bottom:1px solid white;padding-bottom:10px;margin-bottom:20px;}.project-body--container .project-body--section h3{font-family:"Montserrat",sans-serif;font-weight:bold;}.project-body--container .project-body--section pre{border-radius:0;}.quickstart--container{border:1px solid #34302d;}.quickstart--container .quickstart--title{font-family:"Montserrat",sans-serif;color:#f1f1f1;background-color:#34302d;font-size:16px;line-height:16px;padding:17px 0;width:211px;text-align:center;display:inline-block;}.quickstart--container .quickstart--dropdown{display:inline-block;width:34.6%;margin-left:16px;}.quickstart--container .quickstart--dropdown .item-dropdown--title{padding:9px 0 7px 20px;border:1px solid #34302d;}.quickstart--container .quickstart--dropdown .item-dropdown--title .icon{margin:-3px 0 0 6px;vertical-align:middle;}.quickstart--container .quickstart--dropdown .item-dropdown--icon{padding:9px;background-color:#34302d;}.quickstart--container .quickstart--dropdown .project-version--dropdown{width:100%%;padding:0;}.quickstart--container .quickstart--dropdown .project-version--dropdown .project-version{color:#f1f1f1;padding:8px 20px;border-top:1px solid #4a4440;cursor:pointer;}.quickstart--container .quickstart--dropdown .project-version--dropdown .project-version .icon{margin:-3px 0 0 6px;vertical-align:middle;}.quickstart--container .quickstart--dropdown .project-version--dropdown .project-version.active{background-color:black;border-color:transparent;}.quickstart--container .quickstart--dropdown .project-version--dropdown .project-version.active:hover{background-color:black;}.quickstart--container .quickstart--dropdown .project-version--dropdown .project-version:first-child{border:none;}.quickstart--container .quickstart--dropdown .project-version--dropdown .project-version:hover{background-color:rgba(0,0,0,0.3);}.quickstart--container .quickstart--dropdown.js-open .item-dropdown--title{border:1px solid #6db33f;}.quickstart--container .quickstart--dropdown:hover .item-dropdown--icon{color:white;}.quickstart--container .quickstart--body{padding:20px;}.project-documentation--container{border-color:#34302d;}.project-documentation--container .item-dropdown--title{background-color:transparent;border-bottom:1px solid #34302d;padding:20px;font-family:"Montserrat",sans-serif;font-size:14px;line-height:14px;}.project-documentation--container .item--dropdown{display:block;position:relative;width:100%;padding:0;border:none;background-color:transparent;}.project-documentation--container .item--dropdown .item--body-title{padding-top:15px;color:#34302d;margin:0 20px;border-color:#d7d5d3;}.project-documentation--container .item--dropdown .item--body--version{margin:0 20px;border-color:#d7d5d3;}.project-documentation--container .item--dropdown .item--body--version p{color:#34302d;display:inline-block;}.project-documentation--container .item--dropdown .item--body--version .icon{vertical-align:top;margin:2px 0 0 6px;}.project-documentation--container .item--dropdown .item--body--version .icon.icon-pre-release{background-color:#34302d;border-radius:2px;}.project-documentation--container .item--dropdown .item--body--version:last-child{margin-bottom:20px;}.project-sub-link--wrapper{padding:20px 20px 18px;}.project-sub-link--wrapper .project-sub-link{background-color:#cbcaca;width:30px;height:30px;display:inline-block;margin-right:2.9%;}.project-sub-link--wrapper .project-sub-link:last-child{margin-right:0;}.project-additional-resource--wrapper{padding:20px;}.project-additional-resource--wrapper h3{margin:5px 0;}.project-additional-resource--wrapper ul{margin:0 0 25px 0;}.project-additional-resource--wrapper ul li{border:none;padding:5px 0;}.project-additional-resource--wrapper ul:last-child{margin-bottom:0;}.github-fork-ribbon--wrapper{width:150px;height:150px;position:absolute;overflow:hidden;margin-top:-102px;z-index:9999;right:0;}.github-fork-ribbon--wrapper .github-fork-ribbon{position:absolute;padding:2px 0;background-color:#34302d;-webkit-box-shadow:0px 2px 3px 0px rgba(0,0,0,0.33);box-shadow:0px 2px 3px 0px rgba(0,0,0,0.33);z-index:9999;top:42px;right:-43px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);}.github-fork-ribbon--wrapper .github-fork-ribbon a{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:500;color:#f1f1f1;text-decoration:none;text-shadow:0 -1px rgba(0,0,0,0.5);text-align:center;width:200px;line-height:20px;display:inline-block;padding:2px 0;border:1px dotted rgba(255,255,255,0.75);border-width:1px 0;}.github-fork-ribbon--wrapper .github-fork-ribbon a i{font-size:23px;vertical-align:middle;margin:0 3px 0 0;color:black;}
2 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/css/typography.css:
--------------------------------------------------------------------------------
1 | body, h1, h2, h3, p, input {
2 | margin: 0;
3 | font-weight: 400;
4 | font-family: "Montserrat", sans-serif;
5 | color: #34302d;
6 | }
7 |
8 | h1 {
9 | font-size: 24px;
10 | line-height: 30px;
11 | font-family: "Montserrat", sans-serif;
12 | }
13 |
14 | h2 {
15 | font-size: 18px;
16 | font-weight: 700;
17 | line-height: 24px;
18 | margin-bottom: 10px;
19 | font-family: "Montserrat", sans-serif;
20 | }
21 |
22 | h3 {
23 | font-size: 16px;
24 | line-height: 24px;
25 | margin-bottom: 10px;
26 | font-weight: 700;
27 | }
28 |
29 | p {
30 | font-size: 15px;
31 | line-height: 24px;
32 | }
33 |
34 | p a {
35 | color: #5fa134;
36 | }
37 |
38 | p a:hover {
39 | color: #5fa134;
40 | }
41 |
42 | code {
43 | font-size: 14px;
44 | }
45 |
--------------------------------------------------------------------------------
/.metadata/.plugins/org.springsource.ide.eclipse.commons.gettingstarted/dashboard/1522593921848/common/font-custom/fontcustom.woff:
--------------------------------------------------------------------------------
1 | wOFF �
2 | � FFTM � h�xdOS/2 � J `A9^Fcmap B B ��cvt X Dgasp � �� glyf � x ���t�head 0 . 6��hhea ` $��hmtx � ) T"g loca \ , ,=�B�maxp | r�name Y ���post \ i �~�2�x�c`d`` ��+���m�2p31��9�W���L��\�4 T�# x�c`d``<�� � IFT
3 | P��x�c`d``ed�f & fd �90� � � x�c`a��������ч1����Je�dha``b`cf��! �5���G�����`�c<�� fDR��� �
4 | x�c�� � ���c>��W�[ ��Cƌ���a��� x�c```f�`F���| ��@�G����$�����P��l0&#�`b@�� N�� D * * *��L��(�:�� P �
5 | `
6 | �"bx�}X��y>���s�<�<��ݻ��{��̾���{�`�zWPc�1f�1;�\9S�!(���X)�X����("��Fm��*TU���T5B���V�RT!U�V@Qz����5�J��9�������?��r ��p�����+\%�d/1�_ׯ(��%E�5I���b�
7 | Hz��^�{��;��w}σ� B~�
8 | %�
9 | ��y���� �@�q�n�.��?,6 �¤��0Ϣ���w���s�Q��Q�E�A�~��MH��YӤv��a���fQ���_���T3�7^�eH�x�����;�v@.�[�A�����K�gN?�1����w��Y��.N��h��~��ղa��n����OR��X��إ[�sL����}�Ğ�7� �
10 | �h�B���BJZR��m����
11 | XQ]�5`@���Ul��&\�i���P�*��T��sq��ckd#�.�Q���ɝT�����ݹ/u����C���A��8?�woݲ��O�y�ñO&[y����uM���s`w���ʾ}+i<���S����C9�0�R�G)kV^��P��J��UL��(J���
12 | �spTy���R�^�\����Rr�p[A�fro$w�4tz�;D�ߞ.���;�;��n9�G�~o���d������÷]�?�A��I���.�Jd7�����RK������ ����Gaċ�#�b�$-x�,��6��b��R��Dx�(�%p�~`k����z����n�ף��paϼ*��9J��j����t��q'X���[�-J.�<^̨03C[rnwFoG�R���H.���[h���K�ֈIl�&y�|�|�