Snippets tagged “configuration”
8 snippets use this tag.
- Hibernate show real SQLJava
To show the real SQL generated by Hibernate, you can enable the show_sql property in the Hibernate configuration file (hibernate.cfg.xml).
- How to access the php.ini from cPanel?PHP
To access the php.ini file from cPanel, you can follow these steps:
- How to enable PHP short tags?PHP
PHP short tags are a shortened version of the standard PHP opening tag.
- How to find my php-fpm.sock?PHP
To find your PHP-FPM socket file, you will need to first determine the location of your PHP installation.
- No appenders could be found for logger(log4j)?Java
This error typically occurs when you are trying to use the log4j library to log messages in your Java application, but the library is not properly configured.
- Setting active profile and config location from command line in spring bootJava
To set the active profile and the configuration location from the command line in Spring Boot, you can use the spring.profiles.active and spring.config.name properties.
- Setting PHPMyAdmin LanguagePHP
To set the language for PHPMyAdmin, you can do the following:
- What are the possible values of the Hibernate hbm2ddl.auto configuration and what do they doJava
The hbm2ddl.auto configuration property in Hibernate determines the mode in which Hibernate should operate when it comes to generating the database schema. The possible values for this property are: