mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
Auto-generated method stub
This commit is contained in:
@@ -163,7 +163,6 @@ public class ApplicationAutoConfiguration implements InitializingBean {
|
||||
|
||||
@Override
|
||||
public void afterPropertiesSet() throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -291,7 +291,6 @@ public class MvcAutoConfiguration implements InitializingBean , WebMvcConfigurer
|
||||
|
||||
@Override
|
||||
public void afterPropertiesSet() throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -80,7 +80,6 @@ public class RedisAutoConfiguration implements InitializingBean {
|
||||
|
||||
@Override
|
||||
public void afterPropertiesSet() throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,7 +56,6 @@ public class SessionRedisAutoConfiguration implements InitializingBean {
|
||||
|
||||
@Override
|
||||
public void afterPropertiesSet() throws Exception {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,7 +51,6 @@ public class LoginConfig {
|
||||
* .
|
||||
*/
|
||||
public LoginConfig() {
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
public boolean isCaptcha() {
|
||||
|
||||
@@ -145,7 +145,7 @@ public class OIDCProviderMetadataDetails implements OIDCProviderMetadata {
|
||||
return builder.toString();
|
||||
}
|
||||
|
||||
// TODO: Complete remaining properties from
|
||||
// Complete remaining properties from
|
||||
// http://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
|
||||
|
||||
}
|
||||
|
||||
@@ -67,7 +67,6 @@ public class AccountsStrategy extends JpaBaseEntity implements Serializable {
|
||||
|
||||
public AccountsStrategy() {
|
||||
super();
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
|
||||
@@ -62,7 +62,6 @@ public class HistoryLoginApps extends JpaBaseEntity {
|
||||
*/
|
||||
public HistoryLoginApps() {
|
||||
super();
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -70,7 +70,6 @@ public class Resources extends JpaBaseEntity implements Serializable {
|
||||
|
||||
public Resources() {
|
||||
super();
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
|
||||
@@ -60,7 +60,6 @@ public class Roles extends JpaBaseEntity implements Serializable {
|
||||
|
||||
public Roles() {
|
||||
super();
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
|
||||
@@ -92,7 +92,6 @@ public class UserInfoAdjoint extends JpaBaseEntity {
|
||||
protected String quitDate;
|
||||
public UserInfoAdjoint() {
|
||||
super();
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
public String getId() {
|
||||
return id;
|
||||
|
||||
@@ -39,7 +39,6 @@ public class UserInfoXML extends JpaBaseEntity {
|
||||
*/
|
||||
public UserInfoXML() {
|
||||
super();
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -481,7 +481,6 @@ public final class WebContext {
|
||||
return true;
|
||||
}
|
||||
|
||||
//TODO:
|
||||
/**
|
||||
* getI18nValue.
|
||||
* @param code String
|
||||
@@ -521,7 +520,6 @@ public final class WebContext {
|
||||
return message;
|
||||
}
|
||||
|
||||
//TODO:
|
||||
/**
|
||||
* getRequestLocale.
|
||||
* @return
|
||||
|
||||
@@ -44,7 +44,6 @@ public class DerbyTest {
|
||||
* @throws SQLException
|
||||
*/
|
||||
public static void main(String[] args) throws SQLException {
|
||||
// TODO Auto-generated method stub
|
||||
String nsURL="jdbc:derby://localhost:1527/seconddb1";
|
||||
java.util.Properties props = new java.util.Properties();
|
||||
props.setProperty("user","tquist");
|
||||
|
||||
@@ -35,7 +35,6 @@ public class ActiveDirectoryUtilsTest {
|
||||
try {
|
||||
dirContext.close();
|
||||
} catch (NamingException e) {
|
||||
// TODO Auto-generated catch block
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user