first Commit!!!
This commit is contained in:
21
.vscode/launch.json
vendored
Normal file
21
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "BatchQuartzApplication",
|
||||
"request": "launch",
|
||||
"mainClass": "com.spring.BatchQuartzApplication",
|
||||
"projectName": "batch-quartz"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Spring Boot-BatchQuartzApplication<batch-quartz>",
|
||||
"request": "launch",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"mainClass": "com.spring.batch_quartz.BatchQuartzApplication",
|
||||
"projectName": "batch-quartz",
|
||||
"args": "",
|
||||
"envFile": "${workspaceFolder}/.env"
|
||||
}
|
||||
]
|
||||
}
|
||||
51
.vscode/settings.json
vendored
Normal file
51
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"java.compile.nullAnalysis.mode": "automatic",
|
||||
"cSpell.words": [
|
||||
"attachfile",
|
||||
"Autowire",
|
||||
"cdate",
|
||||
"checkin",
|
||||
"classpath",
|
||||
"Configurer",
|
||||
"CTNOPS",
|
||||
"dbcode",
|
||||
"Embeddable",
|
||||
"Grps",
|
||||
"Hikari",
|
||||
"ibatis",
|
||||
"insertable",
|
||||
"issecure",
|
||||
"JDBC",
|
||||
"jdbcjobstore",
|
||||
"jsonwebtoken",
|
||||
"Jwts",
|
||||
"lastflg",
|
||||
"Mailque",
|
||||
"Mailrst",
|
||||
"mailtypename",
|
||||
"mindol",
|
||||
"Mybatis",
|
||||
"Mybtis",
|
||||
"nxcus",
|
||||
"Qrtz",
|
||||
"RCODE",
|
||||
"rmail",
|
||||
"RMSG",
|
||||
"RNAME",
|
||||
"RPOS",
|
||||
"rscode",
|
||||
"rsdetmsg",
|
||||
"rsmsg",
|
||||
"rstime",
|
||||
"sched",
|
||||
"sdate",
|
||||
"securetemplate",
|
||||
"Servlet",
|
||||
"Simprop",
|
||||
"smail",
|
||||
"sname",
|
||||
"stime",
|
||||
"subid"
|
||||
],
|
||||
"java.debug.settings.onBuildFailureProceed": true
|
||||
}
|
||||
Reference in New Issue
Block a user