adding missing files
This commit is contained in:
		
							
								
								
									
										13
									
								
								.idea/libraries/Maven__net_logstash_logback_logstash_logback_encoder_6_4.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.idea/libraries/Maven__net_logstash_logback_logstash_logback_encoder_6_4.xml
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| <component name="libraryTable"> | ||||
|   <library name="Maven: net.logstash.logback:logstash-logback-encoder:6.4"> | ||||
|     <CLASSES> | ||||
|       <root url="jar://$MAVEN_REPOSITORY$/net/logstash/logback/logstash-logback-encoder/6.4/logstash-logback-encoder-6.4.jar!/" /> | ||||
|     </CLASSES> | ||||
|     <JAVADOC> | ||||
|       <root url="jar://$MAVEN_REPOSITORY$/net/logstash/logback/logstash-logback-encoder/6.4/logstash-logback-encoder-6.4-javadoc.jar!/" /> | ||||
|     </JAVADOC> | ||||
|     <SOURCES> | ||||
|       <root url="jar://$MAVEN_REPOSITORY$/net/logstash/logback/logstash-logback-encoder/6.4/logstash-logback-encoder-6.4-sources.jar!/" /> | ||||
|     </SOURCES> | ||||
|   </library> | ||||
| </component> | ||||
| @@ -1,180 +0,0 @@ | ||||
| Index: src/main/resources/data-access.properties | ||||
| IDEA additional info: | ||||
| Subsystem: com.intellij.openapi.diff.impl.patch.BaseRevisionTextPatchEP | ||||
| <+>redis.host = redis-server\r\nredis.port = 6379 | ||||
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | ||||
| <+>windows-1252 | ||||
| =================================================================== | ||||
| --- src/main/resources/data-access.properties	(revision 37db249a69977824a4908292c11c4e1324adb132) | ||||
| +++ src/main/resources/data-access.properties	(date 1597659599864) | ||||
| @@ -1,2 +1,3 @@ | ||||
| -redis.host = redis-server | ||||
| +//redis.host = redis-server | ||||
| +redis.host = localhost | ||||
|  redis.port = 6379 | ||||
| \ No newline at end of file | ||||
| Index: .idea/inspectionProfiles/Project_Default.xml | ||||
| IDEA additional info: | ||||
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | ||||
| <+>UTF-8 | ||||
| =================================================================== | ||||
| --- .idea/inspectionProfiles/Project_Default.xml	(date 1598274178652) | ||||
| +++ .idea/inspectionProfiles/Project_Default.xml	(date 1598274178652) | ||||
| @@ -0,0 +1,23 @@ | ||||
| +<component name="InspectionProjectProfileManager"> | ||||
| +  <profile version="1.0"> | ||||
| +    <option name="myName" value="Project Default" /> | ||||
| +    <inspection_tool class="HtmlUnknownAttribute" enabled="true" level="WARNING" enabled_by_default="true"> | ||||
| +      <option name="myValues"> | ||||
| +        <value> | ||||
| +          <list size="9"> | ||||
| +            <item index="0" class="java.lang.String" itemvalue="th:field" /> | ||||
| +            <item index="1" class="java.lang.String" itemvalue="th:action" /> | ||||
| +            <item index="2" class="java.lang.String" itemvalue="th:object" /> | ||||
| +            <item index="3" class="java.lang.String" itemvalue="th:placeholder" /> | ||||
| +            <item index="4" class="java.lang.String" itemvalue="th:value" /> | ||||
| +            <item index="5" class="java.lang.String" itemvalue="th:name" /> | ||||
| +            <item index="6" class="java.lang.String" itemvalue="rows" /> | ||||
| +            <item index="7" class="java.lang.String" itemvalue="cols" /> | ||||
| +            <item index="8" class="java.lang.String" itemvalue="th:hidden" /> | ||||
| +          </list> | ||||
| +        </value> | ||||
| +      </option> | ||||
| +      <option name="myCustomValuesEnabled" value="true" /> | ||||
| +    </inspection_tool> | ||||
| +  </profile> | ||||
| +</component> | ||||
| \ No newline at end of file | ||||
| Index: .idea/uiDesigner.xml | ||||
| IDEA additional info: | ||||
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | ||||
| <+>UTF-8 | ||||
| =================================================================== | ||||
| --- .idea/uiDesigner.xml	(date 1598257920551) | ||||
| +++ .idea/uiDesigner.xml	(date 1598257920551) | ||||
| @@ -0,0 +1,124 @@ | ||||
| +<?xml version="1.0" encoding="UTF-8"?> | ||||
| +<project version="4"> | ||||
| +  <component name="Palette2"> | ||||
| +    <group name="Swing"> | ||||
| +      <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> | ||||
| +      </item> | ||||
| +      <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true"> | ||||
| +        <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> | ||||
| +        <initial-values> | ||||
| +          <property name="text" value="Button" /> | ||||
| +        </initial-values> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> | ||||
| +        <initial-values> | ||||
| +          <property name="text" value="RadioButton" /> | ||||
| +        </initial-values> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> | ||||
| +        <initial-values> | ||||
| +          <property name="text" value="CheckBox" /> | ||||
| +        </initial-values> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> | ||||
| +        <initial-values> | ||||
| +          <property name="text" value="Label" /> | ||||
| +        </initial-values> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| +        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | ||||
| +          <preferred-size width="150" height="-1" /> | ||||
| +        </default-constraints> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| +        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | ||||
| +          <preferred-size width="150" height="-1" /> | ||||
| +        </default-constraints> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| +        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | ||||
| +          <preferred-size width="150" height="-1" /> | ||||
| +        </default-constraints> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| +        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||||
| +          <preferred-size width="150" height="50" /> | ||||
| +        </default-constraints> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| +        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||||
| +          <preferred-size width="150" height="50" /> | ||||
| +        </default-constraints> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| +        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||||
| +          <preferred-size width="150" height="50" /> | ||||
| +        </default-constraints> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| +        <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" /> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||||
| +          <preferred-size width="150" height="50" /> | ||||
| +        </default-constraints> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3"> | ||||
| +          <preferred-size width="150" height="50" /> | ||||
| +        </default-constraints> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||||
| +          <preferred-size width="150" height="50" /> | ||||
| +        </default-constraints> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> | ||||
| +          <preferred-size width="200" height="200" /> | ||||
| +        </default-constraints> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> | ||||
| +          <preferred-size width="200" height="200" /> | ||||
| +        </default-constraints> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||||
| +        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" /> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" /> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1"> | ||||
| +          <preferred-size width="-1" height="20" /> | ||||
| +        </default-constraints> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" /> | ||||
| +      </item> | ||||
| +      <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||||
| +        <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" /> | ||||
| +      </item> | ||||
| +    </group> | ||||
| +  </component> | ||||
| +</project> | ||||
| \ No newline at end of file | ||||
							
								
								
									
										28
									
								
								.idea/workspace.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										28
									
								
								.idea/workspace.xml
									
									
									
										generated
									
									
									
								
							| @@ -19,10 +19,7 @@ | ||||
|     <select /> | ||||
|   </component> | ||||
|   <component name="ChangeListManager"> | ||||
|     <list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment=""> | ||||
|       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> | ||||
|       <change beforePath="$PROJECT_DIR$/Klaus.iml" beforeDir="false" afterPath="$PROJECT_DIR$/Klaus.iml" afterDir="false" /> | ||||
|     </list> | ||||
|     <list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment="" /> | ||||
|     <option name="SHOW_DIALOG" value="false" /> | ||||
|     <option name="HIGHLIGHT_CONFLICTS" value="true" /> | ||||
|     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> | ||||
| @@ -252,7 +249,21 @@ | ||||
|       <option name="project" value="LOCAL" /> | ||||
|       <updated>1599228274986</updated> | ||||
|     </task> | ||||
|     <option name="localTasksCounter" value="12" /> | ||||
|     <task id="LOCAL-00012" summary="iml fix"> | ||||
|       <created>1599228665178</created> | ||||
|       <option name="number" value="00012" /> | ||||
|       <option name="presentableId" value="LOCAL-00012" /> | ||||
|       <option name="project" value="LOCAL" /> | ||||
|       <updated>1599228665178</updated> | ||||
|     </task> | ||||
|     <task id="LOCAL-00013" summary="iml fix"> | ||||
|       <created>1599228713444</created> | ||||
|       <option name="number" value="00013" /> | ||||
|       <option name="presentableId" value="LOCAL-00013" /> | ||||
|       <option name="project" value="LOCAL" /> | ||||
|       <updated>1599228713444</updated> | ||||
|     </task> | ||||
|     <option name="localTasksCounter" value="14" /> | ||||
|     <servers /> | ||||
|   </component> | ||||
|   <component name="Vcs.Log.Tabs.Properties"> | ||||
| @@ -279,7 +290,8 @@ | ||||
|     <MESSAGE value="updating html pages" /> | ||||
|     <MESSAGE value="MvcExceptionHandler" /> | ||||
|     <MESSAGE value="Etrack works!!!" /> | ||||
|     <option name="LAST_COMMIT_MESSAGE" value="Etrack works!!!" /> | ||||
|     <MESSAGE value="iml fix" /> | ||||
|     <option name="LAST_COMMIT_MESSAGE" value="iml fix" /> | ||||
|   </component> | ||||
|   <component name="WindowStateProjectService"> | ||||
|     <state x="574" y="128" key="#com.intellij.ide.util.MemberChooser" timestamp="1599035277816"> | ||||
| @@ -338,10 +350,10 @@ | ||||
|       <screen x="0" y="0" width="1536" height="824" /> | ||||
|     </state> | ||||
|     <state x="299" y="67" key="Maven.ArtifactSearchDialog/0.0.1536.824@0.0.1536.824" timestamp="1598862685882" /> | ||||
|     <state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1599228369824"> | ||||
|     <state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1599228717329"> | ||||
|       <screen x="0" y="0" width="1536" height="824" /> | ||||
|     </state> | ||||
|     <state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1599228369824" /> | ||||
|     <state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1599228717329" /> | ||||
|     <state x="209" y="33" key="new project wizard" timestamp="1598955672188"> | ||||
|       <screen x="0" y="0" width="1536" height="824" /> | ||||
|     </state> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Szakalakamaka
					Szakalakamaka