Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
chnmuseum-party
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liqin
chnmuseum-party
Commits
9bb22928
Commit
9bb22928
authored
Mar 15, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixed
parent
310fd12f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
32 deletions
+42
-32
pom.xml
pom.xml
+41
-31
BankBranchInfoMapper.xml
src/main/resources/mapper/BankBranchInfoMapper.xml
+1
-1
No files found.
pom.xml
View file @
9bb22928
...
...
@@ -28,6 +28,14 @@
<artifactId>
spring-boot-starter-test
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-devtools
</artifactId>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-web
</artifactId>
...
...
@@ -226,7 +234,17 @@
<build>
<finalName>
chnmuseum-party
</finalName>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<configuration>
<executable>
true
</executable>
<fork>
true
</fork>
<jvmArguments>
-Dfile.encoding=UTF-8
</jvmArguments>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
...
...
@@ -247,16 +265,8 @@
<skip>
true
</skip>
</configuration>
</plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<configuration>
<executable>
true
</executable>
<fork>
true
</fork>
<jvmArguments>
-Dfile.encoding=UTF-8
</jvmArguments>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<resources>
<resource>
<directory>
src/main/java
</directory>
...
...
src/main/resources/mapper/BankBranchInfoMapper.xml
View file @
9bb22928
...
...
@@ -28,7 +28,7 @@
</resultMap>
<select
id=
"selectListByName"
resultMap=
"BaseResultMap"
>
SELECT bbi.
`*`
,
SELECT bbi.
*
,
c.name AS creatorName,
m.name AS modifierName
FROM bank_branch_info bbi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment