📄 jndinames.java
字号:
package org.ejbca.core.ejb;/** * This class is the central location to store the internal * names of various entities, and these internal names are later * mapped to the JNDI names in the deployment environment. Any change * here should also be reflected in the deployment descriptors. */public interface JNDINames { /** * This is the datasource definition used through the whole EJBCA app. */ String DATASOURCE = "java:comp/env/DataSource";}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -