chore: removed lombok and upgraded copyright
This commit is contained in:
+5
-1
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2024-2024 OnixByte.
|
||||
* Copyright (C) 2024-2025 OnixByte.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -18,6 +18,8 @@
|
||||
package com.onixbyte.propertyguard.autoconfiguration;
|
||||
|
||||
import com.onixbyte.devkit.utils.AesUtil;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.env.EnvironmentPostProcessor;
|
||||
import org.springframework.boot.env.OriginTrackedMapPropertySource;
|
||||
@@ -65,6 +67,8 @@ import java.util.Optional;
|
||||
*/
|
||||
public class PropertyGuard implements EnvironmentPostProcessor {
|
||||
|
||||
private final static Logger log = LoggerFactory.getLogger(PropertyGuard.class);
|
||||
|
||||
/**
|
||||
* Create a {@link PropertyGuard} instance.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user