jndinames.java

来自「JAVA做的J2EE下CA认证系统 基于EJB开发」· Java 代码 · 共 17 行

JAVA
17
字号
package se.anatom.ejbca;/** * 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 + =
减小字号Ctrl + -
显示快捷键?