| | |
| | | import org.apache.commons.lang3.StringUtils; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.beans.factory.annotation.Value; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | import org.springframework.util.ConcurrentReferenceHashMap; |
| | |
| | | |
| | | @Service |
| | | public class Jtt808Service { |
| | | @Value("${tencent.map.remoteHost:}") |
| | | private String mapHost; |
| | | @Value("${tencent.map.appKey:}") |
| | | private String mapKey; |
| | | @Autowired |
| | | private MessageManager messageManager; |
| | | @Autowired |