www in docker support
This commit is contained in:
parent
539a848e95
commit
c227fce036
2145 changed files with 399596 additions and 58 deletions
|
|
@ -0,0 +1,21 @@
|
|||
package it.acxent.anag.servlet;
|
||||
|
||||
public class InitUpdateDbSvlt extends it.acxent.servlet.InitUpdateDbSvlt {
|
||||
private static final long serialVersionUID = 2009630112308732636L;
|
||||
|
||||
protected String getProjectVersionTag() {
|
||||
return "acxent-common";
|
||||
}
|
||||
|
||||
protected long getDatabaseVersionNumber() {
|
||||
return 342L;
|
||||
}
|
||||
|
||||
protected String getSubVersionNumber() {
|
||||
return "20251204-att";
|
||||
}
|
||||
|
||||
protected boolean shouldInitCore() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue