马府强
1 year ago
72 changed files with 425 additions and 316 deletions
@ -0,0 +1,33 @@ |
|||||
|
HELP.md |
||||
|
target/ |
||||
|
!.mvn/wrapper/maven-wrapper.jar |
||||
|
!**/src/main/**/target/ |
||||
|
!**/src/test/**/target/ |
||||
|
|
||||
|
### STS ### |
||||
|
.apt_generated |
||||
|
.classpath |
||||
|
.factorypath |
||||
|
.project |
||||
|
.settings |
||||
|
.springBeans |
||||
|
.sts4-cache |
||||
|
|
||||
|
### IntelliJ IDEA ### |
||||
|
.idea |
||||
|
*.iws |
||||
|
*.iml |
||||
|
*.ipr |
||||
|
|
||||
|
### NetBeans ### |
||||
|
/nbproject/private/ |
||||
|
/nbbuild/ |
||||
|
/dist/ |
||||
|
/nbdist/ |
||||
|
/.nb-gradle/ |
||||
|
build/ |
||||
|
!**/src/main/**/build/ |
||||
|
!**/src/test/**/build/ |
||||
|
|
||||
|
### VS Code ### |
||||
|
.vscode/ |
Binary file not shown.
@ -0,0 +1,33 @@ |
|||||
|
HELP.md |
||||
|
target/ |
||||
|
!.mvn/wrapper/maven-wrapper.jar |
||||
|
!**/src/main/**/target/ |
||||
|
!**/src/test/**/target/ |
||||
|
|
||||
|
### STS ### |
||||
|
.apt_generated |
||||
|
.classpath |
||||
|
.factorypath |
||||
|
.project |
||||
|
.settings |
||||
|
.springBeans |
||||
|
.sts4-cache |
||||
|
|
||||
|
### IntelliJ IDEA ### |
||||
|
.idea |
||||
|
*.iws |
||||
|
*.iml |
||||
|
*.ipr |
||||
|
|
||||
|
### NetBeans ### |
||||
|
/nbproject/private/ |
||||
|
/nbbuild/ |
||||
|
/dist/ |
||||
|
/nbdist/ |
||||
|
/.nb-gradle/ |
||||
|
build/ |
||||
|
!**/src/main/**/build/ |
||||
|
!**/src/test/**/build/ |
||||
|
|
||||
|
### VS Code ### |
||||
|
.vscode/ |
@ -1,27 +1,33 @@ |
|||||
# Created by .ignore support plugin (hsz.mobi) |
HELP.md |
||||
### Java template |
target/ |
||||
# Compiled class file |
!.mvn/wrapper/maven-wrapper.jar |
||||
*.class |
!**/src/main/**/target/ |
||||
|
!**/src/test/**/target/ |
||||
|
|
||||
# Log file |
### STS ### |
||||
*.log |
.apt_generated |
||||
|
.classpath |
||||
|
.factorypath |
||||
|
.project |
||||
|
.settings |
||||
|
.springBeans |
||||
|
.sts4-cache |
||||
|
|
||||
# BlueJ files |
### IntelliJ IDEA ### |
||||
*.ctxt |
.idea |
||||
|
*.iws |
||||
|
*.iml |
||||
|
*.ipr |
||||
|
|
||||
# Mobile Tools for Java (J2ME) |
### NetBeans ### |
||||
.mtj.tmp/ |
/nbproject/private/ |
||||
|
/nbbuild/ |
||||
|
/dist/ |
||||
|
/nbdist/ |
||||
|
/.nb-gradle/ |
||||
|
build/ |
||||
|
!**/src/main/**/build/ |
||||
|
!**/src/test/**/build/ |
||||
|
|
||||
# Package Files # |
### VS Code ### |
||||
*.jar |
.vscode/ |
||||
*.war |
|
||||
*.nar |
|
||||
*.ear |
|
||||
*.zip |
|
||||
*.tar.gz |
|
||||
*.rar |
|
||||
|
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml |
|
||||
hs_err_pid* |
|
||||
/.idea/ |
|
||||
/target/ |
|
||||
|
@ -1,39 +0,0 @@ |
|||||
|
|
||||
|
|
||||
spring: |
|
||||
datasource: |
|
||||
type: com.alibaba.druid.pool.DruidDataSource |
|
||||
druid: |
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver |
|
||||
url: jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai |
|
||||
username: root |
|
||||
password: 123456 |
|
||||
initial-size: 10 |
|
||||
max-active: 100 |
|
||||
min-idle: 10 |
|
||||
max-wait: 60000 |
|
||||
pool-prepared-statements: true |
|
||||
max-pool-prepared-statement-per-connection-size: 20 |
|
||||
time-between-eviction-runs-millis: 60000 |
|
||||
min-evictable-idle-time-millis: 300000 |
|
||||
#Oracle需要打开注释 |
|
||||
#validation-query: SELECT 1 FROM DUAL |
|
||||
test-while-idle: true |
|
||||
test-on-borrow: false |
|
||||
test-on-return: false |
|
||||
stat-view-servlet: |
|
||||
enabled: true |
|
||||
url-pattern: /druid/* |
|
||||
#login-username: admin |
|
||||
#login-password: admin |
|
||||
filter: |
|
||||
stat: |
|
||||
log-slow-sql: true |
|
||||
slow-sql-millis: 1000 |
|
||||
merge-sql: false |
|
||||
wall: |
|
||||
config: |
|
||||
multi-statement-allow: true |
|
||||
server: |
|
||||
port: 8080 |
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,33 @@ |
|||||
|
HELP.md |
||||
|
target/ |
||||
|
!.mvn/wrapper/maven-wrapper.jar |
||||
|
!**/src/main/**/target/ |
||||
|
!**/src/test/**/target/ |
||||
|
|
||||
|
### STS ### |
||||
|
.apt_generated |
||||
|
.classpath |
||||
|
.factorypath |
||||
|
.project |
||||
|
.settings |
||||
|
.springBeans |
||||
|
.sts4-cache |
||||
|
|
||||
|
### IntelliJ IDEA ### |
||||
|
.idea |
||||
|
*.iws |
||||
|
*.iml |
||||
|
*.ipr |
||||
|
|
||||
|
### NetBeans ### |
||||
|
/nbproject/private/ |
||||
|
/nbbuild/ |
||||
|
/dist/ |
||||
|
/nbdist/ |
||||
|
/.nb-gradle/ |
||||
|
build/ |
||||
|
!**/src/main/**/build/ |
||||
|
!**/src/test/**/build/ |
||||
|
|
||||
|
### VS Code ### |
||||
|
.vscode/ |
@ -1,3 +0,0 @@ |
|||||
spring: |
|
||||
profiles: |
|
||||
active: dev |
|
@ -1,15 +0,0 @@ |
|||||
server: |
|
||||
port: 8010 |
|
||||
# 应用名称(nacos会将该名称当做服务名称) |
|
||||
spring: |
|
||||
application: |
|
||||
name: woniu-service |
|
||||
cloud: |
|
||||
nacos: |
|
||||
discovery: |
|
||||
namespace: public |
|
||||
server-addr: 192.168.56.10:8848 |
|
||||
config: |
|
||||
server-addr: 192.168.56.10:8848 |
|
||||
file-extension: yml |
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,33 @@ |
|||||
|
HELP.md |
||||
|
target/ |
||||
|
!.mvn/wrapper/maven-wrapper.jar |
||||
|
!**/src/main/**/target/ |
||||
|
!**/src/test/**/target/ |
||||
|
|
||||
|
### STS ### |
||||
|
.apt_generated |
||||
|
.classpath |
||||
|
.factorypath |
||||
|
.project |
||||
|
.settings |
||||
|
.springBeans |
||||
|
.sts4-cache |
||||
|
|
||||
|
### IntelliJ IDEA ### |
||||
|
.idea |
||||
|
*.iws |
||||
|
*.iml |
||||
|
*.ipr |
||||
|
|
||||
|
### NetBeans ### |
||||
|
/nbproject/private/ |
||||
|
/nbbuild/ |
||||
|
/dist/ |
||||
|
/nbdist/ |
||||
|
/.nb-gradle/ |
||||
|
build/ |
||||
|
!**/src/main/**/build/ |
||||
|
!**/src/test/**/build/ |
||||
|
|
||||
|
### VS Code ### |
||||
|
.vscode/ |
@ -0,0 +1,33 @@ |
|||||
|
HELP.md |
||||
|
target/ |
||||
|
!.mvn/wrapper/maven-wrapper.jar |
||||
|
!**/src/main/**/target/ |
||||
|
!**/src/test/**/target/ |
||||
|
|
||||
|
### STS ### |
||||
|
.apt_generated |
||||
|
.classpath |
||||
|
.factorypath |
||||
|
.project |
||||
|
.settings |
||||
|
.springBeans |
||||
|
.sts4-cache |
||||
|
|
||||
|
### IntelliJ IDEA ### |
||||
|
.idea |
||||
|
*.iws |
||||
|
*.iml |
||||
|
*.ipr |
||||
|
|
||||
|
### NetBeans ### |
||||
|
/nbproject/private/ |
||||
|
/nbbuild/ |
||||
|
/dist/ |
||||
|
/nbdist/ |
||||
|
/.nb-gradle/ |
||||
|
build/ |
||||
|
!**/src/main/**/build/ |
||||
|
!**/src/test/**/build/ |
||||
|
|
||||
|
### VS Code ### |
||||
|
.vscode/ |
@ -0,0 +1,33 @@ |
|||||
|
HELP.md |
||||
|
target/ |
||||
|
!.mvn/wrapper/maven-wrapper.jar |
||||
|
!**/src/main/**/target/ |
||||
|
!**/src/test/**/target/ |
||||
|
|
||||
|
### STS ### |
||||
|
.apt_generated |
||||
|
.classpath |
||||
|
.factorypath |
||||
|
.project |
||||
|
.settings |
||||
|
.springBeans |
||||
|
.sts4-cache |
||||
|
|
||||
|
### IntelliJ IDEA ### |
||||
|
.idea |
||||
|
*.iws |
||||
|
*.iml |
||||
|
*.ipr |
||||
|
|
||||
|
### NetBeans ### |
||||
|
/nbproject/private/ |
||||
|
/nbbuild/ |
||||
|
/dist/ |
||||
|
/nbdist/ |
||||
|
/.nb-gradle/ |
||||
|
build/ |
||||
|
!**/src/main/**/build/ |
||||
|
!**/src/test/**/build/ |
||||
|
|
||||
|
### VS Code ### |
||||
|
.vscode/ |
@ -0,0 +1,33 @@ |
|||||
|
HELP.md |
||||
|
target/ |
||||
|
!.mvn/wrapper/maven-wrapper.jar |
||||
|
!**/src/main/**/target/ |
||||
|
!**/src/test/**/target/ |
||||
|
|
||||
|
### STS ### |
||||
|
.apt_generated |
||||
|
.classpath |
||||
|
.factorypath |
||||
|
.project |
||||
|
.settings |
||||
|
.springBeans |
||||
|
.sts4-cache |
||||
|
|
||||
|
### IntelliJ IDEA ### |
||||
|
.idea |
||||
|
*.iws |
||||
|
*.iml |
||||
|
*.ipr |
||||
|
|
||||
|
### NetBeans ### |
||||
|
/nbproject/private/ |
||||
|
/nbbuild/ |
||||
|
/dist/ |
||||
|
/nbdist/ |
||||
|
/.nb-gradle/ |
||||
|
build/ |
||||
|
!**/src/main/**/build/ |
||||
|
!**/src/test/**/build/ |
||||
|
|
||||
|
### VS Code ### |
||||
|
.vscode/ |
@ -0,0 +1,33 @@ |
|||||
|
HELP.md |
||||
|
target/ |
||||
|
!.mvn/wrapper/maven-wrapper.jar |
||||
|
!**/src/main/**/target/ |
||||
|
!**/src/test/**/target/ |
||||
|
|
||||
|
### STS ### |
||||
|
.apt_generated |
||||
|
.classpath |
||||
|
.factorypath |
||||
|
.project |
||||
|
.settings |
||||
|
.springBeans |
||||
|
.sts4-cache |
||||
|
|
||||
|
### IntelliJ IDEA ### |
||||
|
.idea |
||||
|
*.iws |
||||
|
*.iml |
||||
|
*.ipr |
||||
|
|
||||
|
### NetBeans ### |
||||
|
/nbproject/private/ |
||||
|
/nbbuild/ |
||||
|
/dist/ |
||||
|
/nbdist/ |
||||
|
/.nb-gradle/ |
||||
|
build/ |
||||
|
!**/src/main/**/build/ |
||||
|
!**/src/test/**/build/ |
||||
|
|
||||
|
### VS Code ### |
||||
|
.vscode/ |
@ -0,0 +1,33 @@ |
|||||
|
HELP.md |
||||
|
target/ |
||||
|
!.mvn/wrapper/maven-wrapper.jar |
||||
|
!**/src/main/**/target/ |
||||
|
!**/src/test/**/target/ |
||||
|
|
||||
|
### STS ### |
||||
|
.apt_generated |
||||
|
.classpath |
||||
|
.factorypath |
||||
|
.project |
||||
|
.settings |
||||
|
.springBeans |
||||
|
.sts4-cache |
||||
|
|
||||
|
### IntelliJ IDEA ### |
||||
|
.idea |
||||
|
*.iws |
||||
|
*.iml |
||||
|
*.ipr |
||||
|
|
||||
|
### NetBeans ### |
||||
|
/nbproject/private/ |
||||
|
/nbbuild/ |
||||
|
/dist/ |
||||
|
/nbdist/ |
||||
|
/.nb-gradle/ |
||||
|
build/ |
||||
|
!**/src/main/**/build/ |
||||
|
!**/src/test/**/build/ |
||||
|
|
||||
|
### VS Code ### |
||||
|
.vscode/ |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,33 @@ |
|||||
|
HELP.md |
||||
|
target/ |
||||
|
!.mvn/wrapper/maven-wrapper.jar |
||||
|
!**/src/main/**/target/ |
||||
|
!**/src/test/**/target/ |
||||
|
|
||||
|
### STS ### |
||||
|
.apt_generated |
||||
|
.classpath |
||||
|
.factorypath |
||||
|
.project |
||||
|
.settings |
||||
|
.springBeans |
||||
|
.sts4-cache |
||||
|
|
||||
|
### IntelliJ IDEA ### |
||||
|
.idea |
||||
|
*.iws |
||||
|
*.iml |
||||
|
*.ipr |
||||
|
|
||||
|
### NetBeans ### |
||||
|
/nbproject/private/ |
||||
|
/nbbuild/ |
||||
|
/dist/ |
||||
|
/nbdist/ |
||||
|
/.nb-gradle/ |
||||
|
build/ |
||||
|
!**/src/main/**/build/ |
||||
|
!**/src/test/**/build/ |
||||
|
|
||||
|
### VS Code ### |
||||
|
.vscode/ |
@ -0,0 +1,33 @@ |
|||||
|
HELP.md |
||||
|
target/ |
||||
|
!.mvn/wrapper/maven-wrapper.jar |
||||
|
!**/src/main/**/target/ |
||||
|
!**/src/test/**/target/ |
||||
|
|
||||
|
### STS ### |
||||
|
.apt_generated |
||||
|
.classpath |
||||
|
.factorypath |
||||
|
.project |
||||
|
.settings |
||||
|
.springBeans |
||||
|
.sts4-cache |
||||
|
|
||||
|
### IntelliJ IDEA ### |
||||
|
.idea |
||||
|
*.iws |
||||
|
*.iml |
||||
|
*.ipr |
||||
|
|
||||
|
### NetBeans ### |
||||
|
/nbproject/private/ |
||||
|
/nbbuild/ |
||||
|
/dist/ |
||||
|
/nbdist/ |
||||
|
/.nb-gradle/ |
||||
|
build/ |
||||
|
!**/src/main/**/build/ |
||||
|
!**/src/test/**/build/ |
||||
|
|
||||
|
### VS Code ### |
||||
|
.vscode/ |
@ -1,8 +0,0 @@ |
|||||
# Default ignored files |
|
||||
/shelf/ |
|
||||
/workspace.xml |
|
||||
# Datasource local storage ignored files |
|
||||
/../../../../:\java project\mergedemo\.idea/dataSources/ |
|
||||
/dataSources.local.xml |
|
||||
# Editor-based HTTP Client requests |
|
||||
/httpRequests/ |
|
@ -1,14 +0,0 @@ |
|||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||
<project version="4"> |
|
||||
<component name="CompilerConfiguration"> |
|
||||
<annotationProcessing> |
|
||||
<profile default="true" name="Default" enabled="true" /> |
|
||||
<profile name="Maven default annotation processors profile" enabled="true"> |
|
||||
<sourceOutputDir name="target/generated-sources/annotations" /> |
|
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> |
|
||||
<outputRelativeToContentRoot value="true" /> |
|
||||
<module name="mergedemo" /> |
|
||||
</profile> |
|
||||
</annotationProcessing> |
|
||||
</component> |
|
||||
</project> |
|
@ -1,20 +0,0 @@ |
|||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||
<project version="4"> |
|
||||
<component name="RemoteRepositoriesConfiguration"> |
|
||||
<remote-repository> |
|
||||
<option name="id" value="central" /> |
|
||||
<option name="name" value="Central Repository" /> |
|
||||
<option name="url" value="https://repo.maven.apache.org/maven2" /> |
|
||||
</remote-repository> |
|
||||
<remote-repository> |
|
||||
<option name="id" value="central" /> |
|
||||
<option name="name" value="Maven Central repository" /> |
|
||||
<option name="url" value="https://repo1.maven.org/maven2" /> |
|
||||
</remote-repository> |
|
||||
<remote-repository> |
|
||||
<option name="id" value="jboss.community" /> |
|
||||
<option name="name" value="JBoss Community repository" /> |
|
||||
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" /> |
|
||||
</remote-repository> |
|
||||
</component> |
|
||||
</project> |
|
@ -1,14 +0,0 @@ |
|||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||
<project version="4"> |
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" /> |
|
||||
<component name="MavenProjectsManager"> |
|
||||
<option name="originalFiles"> |
|
||||
<list> |
|
||||
<option value="$PROJECT_DIR$/pom.xml" /> |
|
||||
</list> |
|
||||
</option> |
|
||||
</component> |
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK"> |
|
||||
<output url="file://$PROJECT_DIR$/out" /> |
|
||||
</component> |
|
||||
</project> |
|
@ -1,124 +0,0 @@ |
|||||
<?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> |
|
@ -0,0 +1,33 @@ |
|||||
|
HELP.md |
||||
|
target/ |
||||
|
!.mvn/wrapper/maven-wrapper.jar |
||||
|
!**/src/main/**/target/ |
||||
|
!**/src/test/**/target/ |
||||
|
|
||||
|
### STS ### |
||||
|
.apt_generated |
||||
|
.classpath |
||||
|
.factorypath |
||||
|
.project |
||||
|
.settings |
||||
|
.springBeans |
||||
|
.sts4-cache |
||||
|
|
||||
|
### IntelliJ IDEA ### |
||||
|
.idea |
||||
|
*.iws |
||||
|
*.iml |
||||
|
*.ipr |
||||
|
|
||||
|
### NetBeans ### |
||||
|
/nbproject/private/ |
||||
|
/nbbuild/ |
||||
|
/dist/ |
||||
|
/nbdist/ |
||||
|
/.nb-gradle/ |
||||
|
build/ |
||||
|
!**/src/main/**/build/ |
||||
|
!**/src/test/**/build/ |
||||
|
|
||||
|
### VS Code ### |
||||
|
.vscode/ |
@ -1,8 +0,0 @@ |
|||||
# Default ignored files |
|
||||
/shelf/ |
|
||||
/workspace.xml |
|
||||
# Datasource local storage ignored files |
|
||||
/../../../../:\java project\zerenliandemo\.idea/dataSources/ |
|
||||
/dataSources.local.xml |
|
||||
# Editor-based HTTP Client requests |
|
||||
/httpRequests/ |
|
@ -1,14 +0,0 @@ |
|||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||
<project version="4"> |
|
||||
<component name="CompilerConfiguration"> |
|
||||
<annotationProcessing> |
|
||||
<profile default="true" name="Default" enabled="true" /> |
|
||||
<profile name="Maven default annotation processors profile" enabled="true"> |
|
||||
<sourceOutputDir name="target/generated-sources/annotations" /> |
|
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> |
|
||||
<outputRelativeToContentRoot value="true" /> |
|
||||
<module name="zerenliandemo" /> |
|
||||
</profile> |
|
||||
</annotationProcessing> |
|
||||
</component> |
|
||||
</project> |
|
@ -1,20 +0,0 @@ |
|||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||
<project version="4"> |
|
||||
<component name="RemoteRepositoriesConfiguration"> |
|
||||
<remote-repository> |
|
||||
<option name="id" value="central" /> |
|
||||
<option name="name" value="Central Repository" /> |
|
||||
<option name="url" value="https://repo.maven.apache.org/maven2" /> |
|
||||
</remote-repository> |
|
||||
<remote-repository> |
|
||||
<option name="id" value="central" /> |
|
||||
<option name="name" value="Maven Central repository" /> |
|
||||
<option name="url" value="https://repo1.maven.org/maven2" /> |
|
||||
</remote-repository> |
|
||||
<remote-repository> |
|
||||
<option name="id" value="jboss.community" /> |
|
||||
<option name="name" value="JBoss Community repository" /> |
|
||||
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" /> |
|
||||
</remote-repository> |
|
||||
</component> |
|
||||
</project> |
|
@ -1,14 +0,0 @@ |
|||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||
<project version="4"> |
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" /> |
|
||||
<component name="MavenProjectsManager"> |
|
||||
<option name="originalFiles"> |
|
||||
<list> |
|
||||
<option value="$PROJECT_DIR$/pom.xml" /> |
|
||||
</list> |
|
||||
</option> |
|
||||
</component> |
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK"> |
|
||||
<output url="file://$PROJECT_DIR$/out" /> |
|
||||
</component> |
|
||||
</project> |
|
Loading…
Reference in new issue