package org.apereo.cas.web.landtool.terra; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; @Configuration public class OjdbcConfig { @Autowired private OjdbcProperties properties; }