Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
certificate-print
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
certificate-print
Commits
930c7cad
Commit
930c7cad
authored
Apr 24, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/reg' into reg
parents
0c577ac6
15f4ae4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
certificate-manager/pom.xml
certificate-manager/pom.xml
+6
-0
certificate-manager/src/main/resources/config/mybatis-sqlmap-config.xml
...nager/src/main/resources/config/mybatis-sqlmap-config.xml
+5
-0
No files found.
certificate-manager/pom.xml
View file @
930c7cad
...
@@ -211,6 +211,12 @@
...
@@ -211,6 +211,12 @@
<artifactId>
javase
</artifactId>
<artifactId>
javase
</artifactId>
<version>
3.4.1
</version>
<version>
3.4.1
</version>
</dependency>
</dependency>
<!-- 达梦数据库驱动-->
<dependency>
<groupId>
com.dameng
</groupId>
<artifactId>
DmJdbcDriver18
</artifactId>
<version>
8.1.1.193
</version>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
certificate-manager/src/main/resources/config/mybatis-sqlmap-config.xml
View file @
930c7cad
...
@@ -17,6 +17,11 @@
...
@@ -17,6 +17,11 @@
<property
name=
"showSql"
value=
"MySql"
/>
<property
name=
"showSql"
value=
"MySql"
/>
</plugin>
</plugin>
<plugin
interceptor=
"com.mortals.framework.thirty.mybatis.LogInterceptor"
>
<plugin
interceptor=
"com.mortals.framework.thirty.mybatis.LogInterceptor"
>
<property
name=
"enableExecutorTime"
value=
"false"
/>
<property
name=
"showSql"
value=
"false"
/>
</plugin>
<plugin
interceptor=
"com.mortals.framework.thirty.dm.DmTransInterceptor"
>
<property
name=
"showSql"
value=
"false"
/>
</plugin>
</plugin>
</plugins>
</plugins>
</configuration>
</configuration>
\ No newline at end of file
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