Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
王仕雄
/
wangsx-test
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 8cb7aa6c
authored
Dec 15, 2019
by
王仕雄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2343
1 parent
db8f27f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
khdo/src/main/java/com/bootdo/BootdoApplication.java
khdo/src/main/java/com/bootdo/BootdoApplication.java
View file @
8cb7aa6
...
@@ -34,7 +34,7 @@ public class BootdoApplication {
...
@@ -34,7 +34,7 @@ public class BootdoApplication {
public
Object
testBean
(
PlatformTransactionManager
platformTransactionManager
){
public
Object
testBean
(
PlatformTransactionManager
platformTransactionManager
){
System
.
out
.
println
(
">>>>>>>>>>"
+
platformTransactionManager
.
getClass
().
getName
());
System
.
out
.
println
(
">>>>>>>>>>"
+
platformTransactionManager
.
getClass
().
getName
());
System
.
out
.
println
(
"111"
);
System
.
out
.
println
(
"111"
);
System
.
out
.
println
(
"0004"
);
System
.
out
.
println
(
"0004
11
"
);
return
new
Object
();
return
new
Object
();
}
}
}
}
Write
Preview
Markdown
is supported
Attach a file
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 post a comment