Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ai-api
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
赵啸非
ai-api
Commits
d5fdc06d
Commit
d5fdc06d
authored
Oct 18, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建初始工程
parent
3c4eedfa
Pipeline
#2666
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
src/main/java/com/lilosoft/RdsmsApiApplication.java
src/main/java/com/lilosoft/RdsmsApiApplication.java
+16
-16
No files found.
src/main/java/com/lilosoft/RdsmsApiApplication.java
View file @
d5fdc06d
package
com.lilosoft
;
package
com.lilosoft
;
import
lombok.extern.slf4j.Slf4j
;
import
org.slf4j.Logger
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.boot.Banner
;
import
org.springframework.boot.Banner
;
...
@@ -9,28 +10,27 @@ import org.springframework.scheduling.annotation.EnableScheduling;
...
@@ -9,28 +10,27 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@EnableScheduling
@EnableScheduling
@SpringBootApplication
@SpringBootApplication
@Slf4j
public
class
RdsmsApiApplication
{
public
class
RdsmsApiApplication
{
private
final
static
Logger
logger
=
LoggerFactory
.
getLogger
(
RdsmsApiApplication
.
class
);
public
static
void
main
(
String
[]
args
)
{
SpringApplication
app
=
new
SpringApplication
(
RdsmsApiApplication
.
class
);
public
static
void
main
(
String
[]
args
)
{
SpringApplication
app
=
new
SpringApplication
(
RdsmsApiApplication
.
class
);
app
.
setBannerMode
(
Banner
.
Mode
.
CONSOLE
);
app
.
setBannerMode
(
Banner
.
Mode
.
CONSOLE
);
app
.
run
(
args
);
app
.
run
(
args
);
//standard字体生成
//standard字体生成
String
str
=
""
;
String
str
=
""
;
str
=
" 88 \n"
+
str
=
" 88 \n"
+
" \"\" \n"
+
" \"\" \n"
+
",adPPYYba, 8b,dPPYba, 88 \n"
+
",adPPYYba, 8b,dPPYba, 88 \n"
+
"\"\" `Y8 88P' \"8a 88 \n"
+
"\"\" `Y8 88P' \"8a 88 \n"
+
",adPPPPP88 88 d8 88 \n"
+
",adPPPPP88 88 d8 88 \n"
+
"88, ,88 88b, ,a8\" 88 \n"
+
"88, ,88 88b, ,a8\" 88 \n"
+
"`\"8bbdP\"Y8 88`YbbdP\"' 88 \n"
+
"`\"8bbdP\"Y8 88`YbbdP\"' 88 \n"
+
" 88 \n"
+
" 88 \n"
+
" 88 \n"
;
" 88 \n"
;
log
ger
.
info
(
"ヾ(@°^°@)ヾ 启动成功 ヾ(@°^°@)ヾ\n"
+
str
);
log
.
info
(
"ヾ(@°^°@)ヾ 启动成功 ヾ(@°^°@)ヾ\n"
+
str
);
log
ger
.
info
(
"ApiApplication is success!"
);
log
.
info
(
"ApiApplication is success!"
);
}
}
}
}
\ 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