init
This commit is contained in:
parent
1fb5ecb51a
commit
428154acd3
0
停车场管理系统/README.md
Normal file
0
停车场管理系统/README.md
Normal file
8
停车场管理系统/backend/.idea/.gitignore
generated
vendored
Normal file
8
停车场管理系统/backend/.idea/.gitignore
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# 基于编辑器的 HTTP 客户端请求
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
20
停车场管理系统/backend/.idea/compiler.xml
generated
Normal file
20
停车场管理系统/backend/.idea/compiler.xml
generated
Normal file
@ -0,0 +1,20 @@
|
||||
<?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="SpringBoot" />
|
||||
<module name="car-manage" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
</component>
|
||||
<component name="JavacSettings">
|
||||
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
|
||||
<module name="car-manage" options="-parameters" />
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
29
停车场管理系统/backend/.idea/dataSources.xml
generated
Normal file
29
停车场管理系统/backend/.idea/dataSources.xml
generated
Normal file
@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
||||
<data-source source="LOCAL" name="car@127.0.0.1" uuid="cc08a013-7821-48c1-af9d-e4e6c78b2fbd">
|
||||
<driver-ref>mysql.8</driver-ref>
|
||||
<synchronize>true</synchronize>
|
||||
<imported>true</imported>
|
||||
<remarks>$PROJECT_DIR$/src/main/resources/application.properties</remarks>
|
||||
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
|
||||
<jdbc-url>jdbc:mysql://127.0.0.1:3306/car?serverTimezone=GMT</jdbc-url>
|
||||
<jdbc-additional-properties>
|
||||
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
|
||||
</jdbc-additional-properties>
|
||||
<working-dir>$ProjectFileDir$</working-dir>
|
||||
</data-source>
|
||||
<data-source source="LOCAL" name="Car" uuid="55ca2570-a136-4209-b638-4d7ab505fbaa">
|
||||
<driver-ref>mysql.8</driver-ref>
|
||||
<synchronize>true</synchronize>
|
||||
<jdbc-driver>com.mysql.cj.jdbc.Driver</jdbc-driver>
|
||||
<jdbc-url>jdbc:mysql://zj.bt.shuguangwl.com:3306/car</jdbc-url>
|
||||
<jdbc-additional-properties>
|
||||
<property name="com.intellij.clouds.kubernetes.db.host.port" />
|
||||
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
|
||||
<property name="com.intellij.clouds.kubernetes.db.container.port" />
|
||||
</jdbc-additional-properties>
|
||||
<working-dir>$ProjectFileDir$</working-dir>
|
||||
</data-source>
|
||||
</component>
|
||||
</project>
|
6
停车场管理系统/backend/.idea/encodings.xml
generated
Normal file
6
停车场管理系统/backend/.idea/encodings.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding">
|
||||
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
|
||||
</component>
|
||||
</project>
|
30
停车场管理系统/backend/.idea/jarRepositories.xml
generated
Normal file
30
停车场管理系统/backend/.idea/jarRepositories.xml
generated
Normal file
@ -0,0 +1,30 @@
|
||||
<?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="Central Repository" />
|
||||
<option name="url" value="http://maven.aliyun.com/nexus/content/groups/public/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="myRepository" />
|
||||
<option name="name" value="Repository for me" />
|
||||
<option name="url" value="D:\maven-workspace\maven-workspace\repository" />
|
||||
</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>
|
14
停车场管理系统/backend/.idea/misc.xml
generated
Normal file
14
停车场管理系统/backend/.idea/misc.xml
generated
Normal file
@ -0,0 +1,14 @@
|
||||
<?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_21" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
</project>
|
6
停车场管理系统/backend/.idea/sqldialects.xml
generated
Normal file
6
停车场管理系统/backend/.idea/sqldialects.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="SqlDialectMappings">
|
||||
<file url="PROJECT" dialect="MySQL" />
|
||||
</component>
|
||||
</project>
|
124
停车场管理系统/backend/.idea/uiDesigner.xml
generated
Normal file
124
停车场管理系统/backend/.idea/uiDesigner.xml
generated
Normal file
@ -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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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.svg" 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>
|
6
停车场管理系统/backend/.idea/vcs.xml
generated
Normal file
6
停车场管理系统/backend/.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/../../.." vcs="Git" />
|
||||
</component>
|
||||
</project>
|
17
停车场管理系统/backend/HELP.md
Normal file
17
停车场管理系统/backend/HELP.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Getting Started
|
||||
|
||||
### Reference Documentation
|
||||
For further reference, please consider the following sections:
|
||||
|
||||
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
|
||||
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.2.0/maven-plugin/reference/html/)
|
||||
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.2.0/maven-plugin/reference/html/#build-image)
|
||||
* [Spring Web](https://docs.spring.io/spring-boot/docs/3.2.0/reference/htmlsingle/index.html#web)
|
||||
|
||||
### Guides
|
||||
The following guides illustrate how to use some features concretely:
|
||||
|
||||
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
|
||||
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
|
||||
* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)
|
||||
|
30
停车场管理系统/backend/src/main/resources/application.properties
Normal file
30
停车场管理系统/backend/src/main/resources/application.properties
Normal file
@ -0,0 +1,30 @@
|
||||
#spring boot??
|
||||
server.port=8888
|
||||
#??? 127.0.0.1?
|
||||
spring.datasource.url=jdbc:mysql://zj.bt.shuguangwl.com:3306/car?serverTimezone=GMT%2B8&characterEncoding=utf-8&useSSL=false
|
||||
#????
|
||||
spring.datasource.username=car
|
||||
#?????
|
||||
spring.datasource.password=123456
|
||||
#JDBC
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
mybatis.mapper-locations=classpath:mapper/*.xml
|
||||
#MAIL??
|
||||
spring.mail.default-encoding= utf-8
|
||||
#mail.user= smtpdm.aliyun.com
|
||||
mail.user= shuguang@email.92wap.cn
|
||||
mail.password= LIUSHUguang520
|
||||
#smsbao.com?????
|
||||
smsbao.username=15829561090
|
||||
smsbao.password=13991564254
|
||||
# JWT ??
|
||||
# token ??
|
||||
jwt.header=Authorization
|
||||
# token ??
|
||||
jwt.tokenPrefix=Bearer
|
||||
# ????????
|
||||
jwt.secret=qwertyuiop1214156
|
||||
# token ????
|
||||
jwt.expireTime=2147483647
|
||||
|
||||
|
BIN
停车场管理系统/backend/target/.DS_Store
vendored
Normal file
BIN
停车场管理系统/backend/target/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
停车场管理系统/backend/target/car-manage-0.0.1-SNAPSHOT.jar.original
Normal file
BIN
停车场管理系统/backend/target/car-manage-0.0.1-SNAPSHOT.jar.original
Normal file
Binary file not shown.
30
停车场管理系统/backend/target/classes/application.properties
Normal file
30
停车场管理系统/backend/target/classes/application.properties
Normal file
@ -0,0 +1,30 @@
|
||||
#spring boot??
|
||||
server.port=8899
|
||||
#??? 127.0.0.1?
|
||||
spring.datasource.url=jdbc:mysql://zj.bt.shuguangwl.com:3306/car?serverTimezone=GMT%2B8&characterEncoding=utf-8&useSSL=false
|
||||
#????
|
||||
spring.datasource.username=car
|
||||
#?????
|
||||
spring.datasource.password=123456
|
||||
#JDBC
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
mybatis.mapper-locations=classpath:mapper/*.xml
|
||||
#MAIL??
|
||||
spring.mail.default-encoding= utf-8
|
||||
#mail.user= smtpdm.aliyun.com
|
||||
mail.user= shuguang@email.92wap.cn
|
||||
mail.password= LIUSHUguang520
|
||||
#smsbao.com?????
|
||||
smsbao.username=15829561090
|
||||
smsbao.password=13991564254
|
||||
# JWT ??
|
||||
# token ??
|
||||
jwt.header=Authorization
|
||||
# token ??
|
||||
jwt.tokenPrefix=Bearer
|
||||
# ????????
|
||||
jwt.secret=qwertyuiop1214156
|
||||
# token ????
|
||||
jwt.expireTime=2147483647
|
||||
|
||||
|
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.
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.
BIN
停车场管理系统/backend/target/demo-0.0.1-SNAPSHOT.jar.original
Normal file
BIN
停车场管理系统/backend/target/demo-0.0.1-SNAPSHOT.jar.original
Normal file
Binary file not shown.
3
停车场管理系统/backend/target/maven-archiver/pom.properties
Normal file
3
停车场管理系统/backend/target/maven-archiver/pom.properties
Normal file
@ -0,0 +1,3 @@
|
||||
artifactId=car-manage
|
||||
groupId=com.example
|
||||
version=0.0.1-SNAPSHOT
|
@ -0,0 +1,59 @@
|
||||
com/luozhihui/project/common/LoginResponse.class
|
||||
com/luozhihui/project/controller/OrderMoneyController.class
|
||||
com/luozhihui/project/controller/CommentController.class
|
||||
com/luozhihui/project/entity/User.class
|
||||
com/luozhihui/project/mapper/RepairShowMapper.class
|
||||
com/luozhihui/project/entity/Post.class
|
||||
com/luozhihui/project/entity/Repair.class
|
||||
com/luozhihui/project/mapper/CommentMapper.class
|
||||
com/luozhihui/project/mapper/ReplyMapper.class
|
||||
com/luozhihui/project/config/SwaggerConfig.class
|
||||
com/luozhihui/project/controller/GetCountController$1.class
|
||||
com/luozhihui/project/controller/ModeController.class
|
||||
com/luozhihui/project/controller/GetCountController.class
|
||||
com/luozhihui/project/controller/PactShowController.class
|
||||
com/luozhihui/project/mapper/PostMapper.class
|
||||
com/luozhihui/project/mapper/PactShowMapper.class
|
||||
com/luozhihui/project/mapper/CarShowMapper.class
|
||||
com/luozhihui/project/controller/PhoneSendCodeController.class
|
||||
com/luozhihui/CarManagerApplication.class
|
||||
com/luozhihui/project/controller/RepairShowController.class
|
||||
com/luozhihui/project/common/SmsBaoConfig.class
|
||||
com/luozhihui/project/mapper/ModeMapper.class
|
||||
com/luozhihui/project/controller/ParkingController.class
|
||||
com/luozhihui/project/entity/Category.class
|
||||
com/luozhihui/project/controller/UserLoginController.class
|
||||
com/luozhihui/project/mapper/UserLoginMapper.class
|
||||
com/luozhihui/project/entity/Car.class
|
||||
com/luozhihui/project/mapper/CarRentMapper.class
|
||||
com/luozhihui/project/entity/Pact.class
|
||||
com/luozhihui/project/common/ApiResponse.class
|
||||
com/luozhihui/project/mapper/AdminLoginMapper.class
|
||||
com/luozhihui/project/mapper/UserInfoMapper.class
|
||||
com/luozhihui/project/mapper/PhoneMapper.class
|
||||
com/luozhihui/project/mapper/BrandMapper.class
|
||||
com/luozhihui/project/entity/Comment.class
|
||||
com/luozhihui/project/common/totalResponse.class
|
||||
com/luozhihui/project/entity/Admin.class
|
||||
com/luozhihui/project/controller/UserShowController.class
|
||||
com/luozhihui/project/mapper/ParkingMapper.class
|
||||
com/luozhihui/project/entity/Phone.class
|
||||
com/luozhihui/project/entity/Parking.class
|
||||
com/luozhihui/project/controller/CityController.class
|
||||
com/luozhihui/project/controller/OrderShowController.class
|
||||
com/luozhihui/project/entity/Mode.class
|
||||
com/luozhihui/project/mapper/CategoryMapper.class
|
||||
com/luozhihui/project/controller/UserInfoController.class
|
||||
com/luozhihui/project/controller/CarRentController.class
|
||||
com/luozhihui/project/entity/Order.class
|
||||
com/luozhihui/project/controller/CarShowController.class
|
||||
com/luozhihui/project/mapper/OrderShowMapper.class
|
||||
com/luozhihui/project/entity/Reply.class
|
||||
com/luozhihui/project/controller/ForumController.class
|
||||
com/luozhihui/project/controller/UserRegController.class
|
||||
com/luozhihui/project/entity/Brand.class
|
||||
com/luozhihui/project/mapper/UserRegMapper.class
|
||||
com/luozhihui/project/util/JwtUtil.class
|
||||
com/luozhihui/project/controller/AdminLoginController.class
|
||||
com/luozhihui/project/mapper/UserShowMapper.class
|
||||
com/luozhihui/project/controller/GetCountController$2.class
|
@ -0,0 +1,41 @@
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\UserinfoController.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Upuserinfo.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\VideosController.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\GetcommentController.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Getcomment.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\CommentMapper.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\UppwdController.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\RegMapper.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\User.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\NewsController.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Userinfo.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\UserinfoMapper.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\MailRequest.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\News.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\LikesMapper.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\NewsMapper.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\UserMapper.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Uppwd.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\VideosMapper.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\UppwdMapper.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Forum.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\ForumController.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\Demo7Application.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Videos.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Comment.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\PublishController.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\UpuserinfoController.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Likes.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\PublishMapper.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\RegController.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\ForumsController.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\ForumMapper.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\CommentController.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\ForumsMapper.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Reg.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Forums.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\entity\Publish.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\GetcommentMapper.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\mapper\UpuserinfoMapper.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\UserController.java
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\main\java\com\example\demo\controller\LikesController.java
|
@ -0,0 +1 @@
|
||||
com/luozhihui/project/CarManagerApplicationTests.class
|
@ -0,0 +1 @@
|
||||
C:\Users\12705\Desktop\Java大作业\demo7\src\test\java\com\example\demo\Demo7ApplicationTests.java
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------------------
|
||||
Test set: com.example.demo.Demo7ApplicationTests
|
||||
-------------------------------------------------------------------------------
|
||||
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.829 s - in com.example.demo.Demo7ApplicationTests
|
Binary file not shown.
Binary file not shown.
1
停车场管理系统/front
Submodule
1
停车场管理系统/front
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 7706568d620b1a736af98ae9a3f951c338d9e2f6
|
1
停车场管理系统/front_admin
Submodule
1
停车场管理系统/front_admin
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 724ae96a81d4ec97cde45a0bce7bc2209c6b1120
|
Loading…
Reference in New Issue
Block a user