implementing polymorphism when inserting into various different types of tables
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.safeqr.app.qrcode.service;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@Service
|
||||
public class TextVerificationService {
|
||||
private static final Logger logger = LoggerFactory.getLogger(TextVerificationService.class);
|
||||
}
|
||||
Reference in New Issue
Block a user